projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4458992
)
staging: unisys: fix CamelCase names in struct add_vdisk_iopart
author
Benjamin Romer
<
[email protected]
>
Tue, 30 Sep 2014 16:08:03 +0000
(12:08 -0400)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 2 Oct 2014 16:46:09 +0000
(09:46 -0700)
Fix CamelCase names:
busNo => bus_no
devNo => dev_no
Signed-off-by: Benjamin Romer <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/unisys/include/uisqueue.h
patch
|
blob
|
history
diff --git
a/drivers/staging/unisys/include/uisqueue.h
b/drivers/staging/unisys/include/uisqueue.h
index 80524dc6516df54946671a265ca1287a67dfd58e..16c7683e266911adf8b51b8b7b88d1ec237bfa2f 100644
(file)
--- a/
drivers/staging/unisys/include/uisqueue.h
+++ b/
drivers/staging/unisys/include/uisqueue.h
@@
-259,8
+259,8
@@
struct add_vdisk_iopart {
struct uisscsi_dest pdest; /* scsi bus, target, lun for phys disk */
u8 sernum[MAX_SERIAL_NUM]; /* serial num of physical disk */
u32 serlen; /* length of serial num */
- u32 bus
N
o;
- u32 dev
N
o;
+ u32 bus
_n
o;
+ u32 dev
_n
o;
};
struct del_vdisk_iopart {