]> git.baikalelectronics.ru Git - kernel.git/commit
benet: Add missing comma between constant string array
authorJoe Perches <joe@perches.com>
Sat, 9 Jul 2011 09:56:56 +0000 (02:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Jul 2011 09:56:56 +0000 (02:56 -0700)
commit26e25a26c168314327865714dabd7dd134a51d75
tree7e59d46af5acceea8a8fd08c0b5e246c800b06c1
parent97435e2f8865e57593f9d4ac9c3015db0ebb6a3c
benet: Add missing comma between constant string array

Multiple quoted strings are concatenated without comma separators.

Make the arrays const while there.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/benet/be_main.c