git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55e7b4f
)
staging: rtl8712: remove assignment of 0 to a static global variable
author
Devendra Naga
<devendra.aaru@gmail.com>
Sun, 23 Sep 2012 16:57:21 +0000
(12:57 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 26 Sep 2012 16:23:31 +0000
(09:23 -0700)
fixes the following checkpatch warning:
drivers/staging/rtl8712/os_intfs.c:99: ERROR: do not initialise statics
to 0 or NULL
as statics are always initialised to 0.
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found