projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6403eab
)
include/net: Remove unnecessary semicolons
author
Joe Perches
<joe@perches.com>
Fri, 3 Jun 2011 11:51:21 +0000
(11:51 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 5 Jun 2011 21:33:40 +0000
(14:33 -0700)
Semicolons are not necessary after switch/while/for/if braces
so remove them.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/sctp.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/sctp/sctp.h
b/include/net/sctp/sctp.h
index f9fe374ac9f4c53a92f04f1e14109a54e7f061dc..6a72a58cde59cd94b5f2dd8d2fdad3fd08009665 100644
(file)
--- a/
include/net/sctp/sctp.h
+++ b/
include/net/sctp/sctp.h
@@
-601,7
+601,7
@@
static inline int ipver2af(__u8 ipver)
return AF_INET6;
default:
return 0;
- }
;
+ }
}
/* Convert from an address parameter type to an address family. */
@@
-614,7
+614,7
@@
static inline int param_type2af(__be16 type)
return AF_INET6;
default:
return 0;
- }
;
+ }
}
/* Perform some sanity checks. */