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:
602facf
)
staging: slicoss: add new line after struct declaration
author
Gargi Sharma
<gs051095@gmail.com>
Mon, 12 Sep 2016 19:12:07 +0000
(
00:42
+0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 13 Sep 2016 13:01:29 +0000
(15:01 +0200)
checkpatch generates a warning for no blank line after struct
declaration. Inserted a new line.
Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slic.h
patch
|
blob
|
history
diff --git
a/drivers/staging/slicoss/slic.h
b/drivers/staging/slicoss/slic.h
index fe1d2cee65b7bc83f87d29a21ed96e2ccd49bf26..6d2853906219de9cc0e902e2135ba72021180cfd 100644
(file)
--- a/
drivers/staging/slicoss/slic.h
+++ b/
drivers/staging/slicoss/slic.h
@@
-92,6
+92,7
@@
struct slic_rcvbuf_info {
u32 lasttime;
u32 lastid;
};
+
/*
* SLIC Handle structure. Used to restrict handle values to
* 32 bits by using an index rather than an address.