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:
833c725
)
staging: unisys: Clean up CamelCase in send_int_if_needed()
author
Benjamin Romer
<
[email protected]
>
Tue, 30 Sep 2014 16:07:53 +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:
issueInterruptIfEmpty => issue_irq_if_empty
interruptHandle => irq_handle
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 3136b1ff89b563d28e548c9178baf3804926f189..19e2b5573b74f6dab338c9a2fb8dedf5f2023af6 100644
(file)
--- a/
drivers/staging/unisys/include/uisqueue.h
+++ b/
drivers/staging/unisys/include/uisqueue.h
@@
-53,8
+53,8
@@
struct uisqueue_info {
} safe_uis_queue;
unsigned int (*send_int_if_needed)(struct uisqueue_info *info,
unsigned int whichcqueue,
- unsigned char issue
InterruptIfE
mpty,
- u64 i
nterruptH
andle,
+ unsigned char issue
_irq_if_e
mpty,
+ u64 i
rq_h
andle,
unsigned char io_termination);
};