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:
418a8cf
)
libfc: Remove extra space in fc_exch_timer_cancel definition
author
Robert Love
<
[email protected]
>
Tue, 11 Jun 2013 07:28:03 +0000
(07:28 +0000)
committer
Robert Love
<
[email protected]
>
Tue, 9 Jul 2013 18:18:33 +0000
(11:18 -0700)
Simply remove an extra space that violates coding style.
Signed-off-by: Robert Love <
[email protected]
>
Tested-by: Jack Morgan <
[email protected]
>
Acked-by: Neil Horman <
[email protected]
>
drivers/scsi/libfc/fc_exch.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/libfc/fc_exch.c
b/drivers/scsi/libfc/fc_exch.c
index 8b928c67e4b9a14ca6dd94421caa95d1275995d1..e98ea6af84e00ed1c9af1877655ac46ccb4440f3 100644
(file)
--- a/
drivers/scsi/libfc/fc_exch.c
+++ b/
drivers/scsi/libfc/fc_exch.c
@@
-337,7
+337,7
@@
static void fc_exch_release(struct fc_exch *ep)
* fc_exch_timer_cancel() - cancel exch timer
* @ep: The exchange whose timer to be canceled
*/
-static inline
void fc_exch_timer_cancel(struct fc_exch *ep)
+static inline void fc_exch_timer_cancel(struct fc_exch *ep)
{
if (cancel_delayed_work(&ep->timeout_work)) {
FC_EXCH_DBG(ep, "Exchange timer canceled\n");