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:
986fb01
)
staging: rtl8192e: Insert blank line after function declaration
author
Namrata A Shettar
<
[email protected]
>
Mon, 19 Sep 2016 14:57:56 +0000
(20:27 +0530)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 20 Sep 2016 11:36:57 +0000
(13:36 +0200)
Insert blank line after function declaration to resolve checkpatch
issue.
Signed-off-by: Namrata A Shettar <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/rtl8192e/dot11d.h
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8192e/dot11d.h
b/drivers/staging/rtl8192e/dot11d.h
index bdb539267bfc667e7eee5916300a4d443ea4989f..aac395f266528324ff43c9220ce02ef99ce3ede1 100644
(file)
--- a/
drivers/staging/rtl8192e/dot11d.h
+++ b/
drivers/staging/rtl8192e/dot11d.h
@@
-78,6
+78,7
@@
static inline void RESET_CIE_WATCHDOG(struct rtllib_device *__pIeeeDev)
{
GET_CIE_WATCHDOG(__pIeeeDev) = 0;
}
+
#define UPDATE_CIE_WATCHDOG(__pIeeeDev) (++GET_CIE_WATCHDOG(__pIeeeDev))
void dot11d_init(struct rtllib_device *dev);