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:
0eaa02e
)
staging: dgnc: Fix no spaces at the start of a line in dpacompat.h
author
Yeliz Taneroglu
<
[email protected]
>
Tue, 30 Sep 2014 14:36:57 +0000
(17:36 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 2 Oct 2014 16:37:44 +0000
(09:37 -0700)
The following patch the checkpatch.pl warning:
drivers/staging/dgnc/dpacompat.h:27 warning: please, no spaces at the start of a line
Signed-off-by: Yeliz Taneroglu <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/dgnc/dpacompat.h
patch
|
blob
|
history
diff --git
a/drivers/staging/dgnc/dpacompat.h
b/drivers/staging/dgnc/dpacompat.h
index f96963b9843cb7d8ffe5cfa6ee411668169d6aac..b2d2dc08f8697bf26125ed056b45e966ab2ac0aa 100644
(file)
--- a/
drivers/staging/dgnc/dpacompat.h
+++ b/
drivers/staging/dgnc/dpacompat.h
@@
-24,7
+24,7
@@
* This structure holds data needed for the intelligent <--> nonintelligent
* DPA translation
*/
-
struct ni_info {
+struct ni_info {
int board;
int channel;
int dtr;