benet: Add missing comma between constant string array
commit42c8b11e284fe3186e27555d1adb7d4b77398e1b
authorJoe Perches <joe@perches.com>
Sat, 9 Jul 2011 09:56:56 +0000 (9 02:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Jul 2011 09:56:56 +0000 (9 02:56 -0700)
tree7e59d46af5acceea8a8fd08c0b5e246c800b06c1
parenta48332f803093d5e3d431a5a1f595698911d1145
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