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:
057546f
)
staging: unisys: fix CamelCase in del_vdisk_iopart
author
Benjamin Romer
<
[email protected]
>
Tue, 30 Sep 2014 16:08:04 +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 16c7683e266911adf8b51b8b7b88d1ec237bfa2f..862768c207a0e2a74034380c63c3943e5cf6767b 100644
(file)
--- a/
drivers/staging/unisys/include/uisqueue.h
+++ b/
drivers/staging/unisys/include/uisqueue.h
@@
-266,8
+266,8
@@
struct add_vdisk_iopart {
struct del_vdisk_iopart {
void *chanptr; /* pointer to data channel */
struct uisscsi_dest vdest; /* scsi bus, target, lun for virt disk */
- u32 bus
N
o;
- u32 dev
N
o;
+ u32 bus
_n
o;
+ u32 dev
_n
o;
};
struct del_virt_iopart {