Files
system76-coreboot/src/include
Lee Leahy 22c28e0f6a src/include: Move storage class to beginning of declaration
Fix the following warning detected by checkpatch.pl:

WARNING: storage class should be at the beginning of the declaration

The following storage class attribute is not detected by checkpatch.py:

	static cbmem_init_hook_t init_fn_ ## _ptr_ __attribute__((used,
\
	section(".rodata.cbmem_init_hooks"))) = init_fn_;

The following lines generates a false positive:

(pound)define STATIC static
src/include/cpu/amd/common/cbtypes.h:60: WARNING: storage class should
be at the beginning of the declaration

typedef asmlinkage void (*smm_handler_t)(void *);
src/include/cpu/x86/smm.h:514: WARNING: storage class should be at the
beginning of the declaration

(pound)define MAYBE_STATIC static
src/include/stddef.h:34: WARNING: storage class should be at the
beginning of the declaration

TEST=Build and run on Galileo Gen2

Change-Id: Ie087d38e6171b549b90e0b831050ac44746a1e14
Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com>
Reviewed-on: https://review.coreboot.org/18657
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
2017-03-13 17:19:45 +01:00
..
2017-03-09 17:19:16 +01:00
2015-04-22 08:50:54 +02:00
2017-03-09 17:16:09 +01:00
2016-09-08 23:19:06 +02:00
2017-03-09 18:04:50 +01:00
2016-12-13 19:15:22 +01:00
2016-07-31 18:30:16 +02:00
2016-07-15 08:35:15 +02:00
2012-05-08 00:36:09 +02:00
2016-07-01 23:55:16 +02:00
2017-03-09 17:18:42 +01:00
2016-12-08 16:10:28 +01:00
2016-09-05 12:28:32 +02:00
2017-03-07 00:43:20 +01:00
2016-07-12 15:17:31 +02:00
2016-04-15 16:18:57 +02:00
2017-03-09 17:19:16 +01:00
2017-03-09 17:18:42 +01:00
2016-09-20 17:38:56 +02:00