commit | ed76b7a131f41c91b0c725d472f9b969d75ce888 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <[email protected]> | Thu Sep 01 16:14:50 2016 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Sep 01 17:52:01 2016 -0700 |
tree | 4e98e8ff6274fcf3fcbd4fe102a53bea05e7baa7 | |
parent | 236dec051078a8691950f56949612b4b74107e48 [diff] |
lib/test_hash.c: fix warning in two-dimensional array init 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/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: George Spelvin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>