Johannes Berg
7b990789a4
scripts/kernel-doc: don't eat struct members with __aligned
...
The change from \d+ to .+ inside __aligned() means that the following
structure:
struct test {
u8 a __aligned(2);
u8 b __aligned(2);
};
essentially gets modified to
struct test {
u8 a;
};
for purposes of kernel-doc, thus dropping a struct member, which in
turns causes warnings and invalid kernel-doc generation.
Fix this by replacing the catch-all (".") with anything that's not a
semicolon ("[^;]").
Fixes: 9dc30918b23f ("scripts/kernel-doc: handle struct member __aligned without numbers")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Cc: Nishanth Menon <nm@ti.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-12-10 17:41:02 -08:00
..
2014-08-08 15:57:32 -07:00
2014-09-26 13:42:31 +02:00
2014-06-10 00:04:06 +02:00
2014-04-03 16:20:52 -07:00
2014-10-14 09:22:26 +02:00
2014-10-08 05:34:24 -04:00
2014-10-14 09:27:48 +02:00
2014-08-20 16:03:45 +02:00
2014-08-20 16:03:45 +02:00
2014-08-20 16:03:45 +02:00
2014-08-08 15:57:32 -07:00
2014-08-09 02:47:58 +02:00
2013-09-25 17:17:01 +01:00
2014-08-23 13:08:48 -07:00
2014-08-20 16:03:45 +02:00
2013-08-28 17:00:47 +02:00
2014-10-14 02:18:15 +02:00
2014-10-07 21:16:26 -04:00
2014-05-20 10:59:38 +02:00
2011-04-29 15:38:55 +02:00
2013-07-03 22:58:20 +02:00
2014-06-10 00:04:06 +02:00
2014-04-30 17:34:32 +02:00
2014-06-10 15:29:43 -07:00
2013-04-29 15:54:27 -07:00
2013-02-22 11:52:31 +01:00
2013-09-01 21:24:51 +02:00
2014-06-10 14:00:53 +02:00
2014-08-20 16:03:45 +02:00
2011-02-10 15:23:03 +01:00
2011-08-31 16:12:17 +02:00
2014-08-20 16:03:45 +02:00
2014-08-20 16:03:45 +02:00
2014-08-20 16:03:45 +02:00
2014-08-20 16:03:45 +02:00
2014-08-20 16:03:45 +02:00
2014-08-20 16:03:45 +02:00
2014-07-08 14:47:17 -07:00
2012-06-27 12:44:29 -07:00
2014-08-20 16:03:45 +02:00
2014-10-14 09:22:26 +02:00
2014-06-10 00:04:06 +02:00
2014-10-02 17:01:51 +01:00
2014-10-21 18:06:58 +02:00
2014-12-10 17:41:02 -08:00
2014-02-13 20:25:00 -08:00
2014-08-20 16:03:45 +02:00
2014-08-08 15:57:32 -07:00
2014-06-10 00:04:06 +02:00
2014-10-02 13:55:02 +02:00
2014-10-02 15:12:41 +02:00
2014-10-21 18:06:59 +02:00
2014-08-05 15:40:01 +02:00
2014-10-02 13:55:02 +02:00
2013-05-17 22:10:35 +02:00
2014-08-19 10:26:20 +02:00
2014-10-21 18:06:58 +02:00
2014-08-27 21:54:12 +09:30
2013-09-23 15:45:03 +09:30
2014-08-27 21:54:11 +09:30
2014-08-20 16:03:45 +02:00
2014-04-30 17:34:32 +02:00
2014-08-20 16:03:45 +02:00
2014-08-20 16:03:45 +02:00
2011-01-07 14:31:01 +01:00
2011-05-19 16:55:27 +09:30
2010-10-28 00:59:56 +02:00
2014-06-10 14:59:33 +02:00
2014-04-30 17:34:32 +02:00
2014-06-10 00:04:06 +02:00
2014-08-20 16:03:45 +02:00
2014-10-09 09:14:18 +02:00
2014-06-26 10:48:19 +01:00
2014-10-09 09:14:18 +02:00
2014-01-03 14:48:42 +01:00
2014-06-10 00:04:06 +02:00
2014-09-01 11:18:25 +02:00
2014-04-02 01:35:50 +04:00
2014-10-14 02:18:23 +02:00
2014-10-14 02:18:15 +02:00
2014-10-14 09:27:48 +02:00
2011-01-22 15:50:59 +01:00
2014-08-20 16:03:45 +02:00