]> git.hungrycats.org Git - linux/commit
lib/test_hash.c: fix warning in two-dimensional array init
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 1 Sep 2016 23:14:50 +0000 (16:14 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Oct 2016 13:21:21 +0000 (15:21 +0200)
commitf1a9189e1c804f6695e96f04942cee31470fe25c
tree40b2d56183b6c1992dcae61a575226fee0a8107a
parent641cd3a7d43ee707b7ae86e313b25e7e567596e7
lib/test_hash.c: fix warning in two-dimensional array init

commit ed76b7a131f41c91b0c725d472f9b969d75ce888 upstream.

  lib/test_hash.c: In function 'test_hash_init':
  lib/test_hash.c:146:2: warning: missing braces around initializer [-Wmissing-braces]

Fixes: 468a9428521e7d00 ("<linux/hash.h>: Add support for architecture-specific functions")
Link: http://lkml.kernel.org/r/20160829214952.1334674-3-arnd@arndb.de
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: George Spelvin <linux@sciencehorizons.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/test_hash.c