mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Staging: arlan: arlan.h: more Checkpatch cleanup
ERROR: do not use C99 // comments + volatile u_char radioModule;// shows EEPROM, can be overridden at 0x111 ERROR: do not use C99 // comments + volatile u_char defaultChannelSet; // shows EEProm, can be overriiden at 0x10A Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
e22245b6c2
commit
b91665e95d
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ struct arlan_shmem {
|
|||
volatile u_char hardwareType;
|
||||
volatile u_char majorHardwareVersion;
|
||||
volatile u_char minorHardwareVersion;
|
||||
volatile u_char radioModule;// shows EEPROM, can be overridden at 0x111
|
||||
volatile u_char defaultChannelSet; // shows EEProm, can be overriiden at 0x10A
|
||||
volatile u_char radioModule;/* shows EEPROM, can be overridden at 0x111 */
|
||||
volatile u_char defaultChannelSet; /* shows EEProm, can be overriiden at 0x10A */
|
||||
volatile u_char _2[47];
|
||||
|
||||
/* Control/Status Block - 0x0080 */
|
||||
|
|
Loading…
Reference in a new issue