]> www.infradead.org Git - users/jedix/linux-maple.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)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 23:36:06 +0000 (15:36 -0800)
commit1b790823c3f1c40ff60723643ff936028b685282
tree55e918b48b14ead87403de3211d439a0c2304ae4
parentecf66cb3be3c2f0767dfdf039925876a9cf49e00
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