diff options
author | Joe Perches <joe@perches.com> | 2011-06-03 07:51:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-05 17:33:40 -0400 |
commit | 6403eab143205a45a5493166ff8bf7e3646f4a77 (patch) | |
tree | 7c35249aa9edf24ae0440eaae648bbf1bc831f55 /drivers/net/irda/via-ircc.h | |
parent | f81c62242045fb7be0a124d8c2540af96d842fad (diff) |
drivers/net: Remove unnecessary semicolons
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>
Diffstat (limited to 'drivers/net/irda/via-ircc.h')
-rw-r--r-- | drivers/net/irda/via-ircc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/irda/via-ircc.h b/drivers/net/irda/via-ircc.h index c6f58482b76..f903a6a2dcb 100644 --- a/drivers/net/irda/via-ircc.h +++ b/drivers/net/irda/via-ircc.h | |||
@@ -210,7 +210,7 @@ static void DisableDmaChannel(unsigned int channel) | |||
210 | break; | 210 | break; |
211 | default: | 211 | default: |
212 | break; | 212 | break; |
213 | }; //Switch | 213 | } |
214 | } | 214 | } |
215 | 215 | ||
216 | static unsigned char ReadLPCReg(int iRegNum) | 216 | static unsigned char ReadLPCReg(int iRegNum) |