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:
17f5e49
)
staging: unisys: fix CamelCase names in struct uisqueue_info
author
Benjamin Romer
<
[email protected]
>
Tue, 30 Sep 2014 16:07:52 +0000
(12:07 -0400)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 2 Oct 2014 16:42:30 +0000
(09:42 -0700)
Clean up CamelCase names:
Reserved1 => reserved1
Reserved2 => reserved2
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 c96f7ae176ed043568287f14c605a247d43f5cf8..3136b1ff89b563d28e548c9178baf3804926f189 100644
(file)
--- a/
drivers/staging/unisys/include/uisqueue.h
+++ b/
drivers/staging/unisys/include/uisqueue.h
@@
-48,8
+48,8
@@
struct uisqueue_info {
u64 non_empty_wakeup_cnt;
struct {
- SIGNAL_QUEUE_HEADER
R
eserved1; /* */
- SIGNAL_QUEUE_HEADER
R
eserved2; /* */
+ SIGNAL_QUEUE_HEADER
r
eserved1; /* */
+ SIGNAL_QUEUE_HEADER
r
eserved2; /* */
} safe_uis_queue;
unsigned int (*send_int_if_needed)(struct uisqueue_info *info,
unsigned int whichcqueue,