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)
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>

No differences found