Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

intel_menlow: Storage class should be before const qualifier

The C99 specification states in section 6.11.5:

The placement of a storage-class specifier other than at the
beginning of the declaration specifiers in a declaration is an
obsolescent feature.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>

authored by

Tobias Klauser and committed by
Jesper Juhl
f7e8dd50 cbfa6f2a

+1 -1
+1 -1
drivers/misc/intel_menlow.c
··· 213 213 return 0; 214 214 } 215 215 216 - const static struct acpi_device_id intel_menlow_memory_ids[] = { 216 + static const struct acpi_device_id intel_menlow_memory_ids[] = { 217 217 {"INT0002", 0}, 218 218 {"", 0}, 219 219 };