Use the preferred order of 'static const' instead of 'const static'.
This is the common style in both Linux as well as in LinuxBIOS. Self-ack as this is pretty trivial and a similar patch was already acked. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2923 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -110,7 +110,7 @@ enum {
|
||||
* Note: Do _not_ list chips with different name but same device ID twice!
|
||||
* The result would be that the init code would be executed twice!
|
||||
*/
|
||||
const static struct logical_devices {
|
||||
static const struct logical_devices {
|
||||
uint8_t superio_id;
|
||||
int devs[MAX_LOGICAL_DEVICES];
|
||||
} logical_device_table[] = {
|
||||
|
Reference in New Issue
Block a user