Commit b91665e9 authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Greg Kroah-Hartman

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e22245b6
...@@ -90,8 +90,8 @@ struct arlan_shmem { ...@@ -90,8 +90,8 @@ struct arlan_shmem {
volatile u_char hardwareType; volatile u_char hardwareType;
volatile u_char majorHardwareVersion; volatile u_char majorHardwareVersion;
volatile u_char minorHardwareVersion; volatile u_char minorHardwareVersion;
volatile u_char radioModule;// shows EEPROM, can be overridden at 0x111 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 defaultChannelSet; /* shows EEProm, can be overriiden at 0x10A */
volatile u_char _2[47]; volatile u_char _2[47];
/* Control/Status Block - 0x0080 */ /* Control/Status Block - 0x0080 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment