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:
8bd352e
)
staging: unisys: fix up CamelCase in struct init_chipset_guestpart
author
Benjamin Romer
<
[email protected]
>
Tue, 30 Sep 2014 16:08:10 +0000
(12:08 -0400)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 2 Oct 2014 16:47:28 +0000
(09:47 -0700)
Fix up CamelCase names:
busCount => bus_count
switch_count => switch_count
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 3379ad41ab106eec226bf35d84ae3ef6d93a0e5a..5178270b98d1d20e9c68a9a29cf594ffd28f4510 100644
(file)
--- a/
drivers/staging/unisys/include/uisqueue.h
+++ b/
drivers/staging/unisys/include/uisqueue.h
@@
-389,8
+389,8
@@
struct del_virt_guestpart {
};
struct init_chipset_guestpart {
- u32 bus
Count;
/* indicates the max number of busses */
- u32 switch
Count;
/* indicates the max number of switches */
+ u32 bus
_count;
/* indicates the max number of busses */
+ u32 switch
_count;
/* indicates the max number of switches */
};
struct guest_msgs {