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:
421f099
)
[9P] net/9p/trans_fd.c: remove unused variable
author
Julia Lawall
<julia@diku.dk>
Sun, 23 Mar 2008 01:05:33 +0000
(18:05 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 23 Mar 2008 01:05:33 +0000
(18:05 -0700)
The variable cb is initialized but never used otherwise.
The semantic patch that makes this change is as follows:
(http://www.emn.fr/x-info/coccinelle/)
// <smpl>
@@
type T;
identifier i;
constant C;
@@
(
extern T i;
|
- T i;
<+... when != i
- i = C;
...+>
)
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/9p/trans_fd.c
patch
|
blob
|
history
diff --cc
net/9p/trans_fd.c
Simple merge