Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308980
b: refs/heads/master
c: 26d7b99
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Linus Torvalds committed May 29, 2012
1 parent ed6bbe4 commit cf967a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 17a801f4bfeb8d55df1b05fa7adb16ada504e765
refs/heads/master: 26d7b99b835294ab21e2a2b4b3bdf04b03b0028d
4 changes: 2 additions & 2 deletions trunk/lib/test-kstrtox.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ struct test_fail {
};

#define DEFINE_TEST_FAIL(test) \
const struct test_fail test[] __initdata
const struct test_fail test[] __initconst

#define DECLARE_TEST_OK(type, test_type) \
test_type { \
Expand All @@ -21,7 +21,7 @@ struct test_fail {
}

#define DEFINE_TEST_OK(type, test) \
const type test[] __initdata
const type test[] __initconst

#define TEST_FAIL(fn, type, fmt, test) \
{ \
Expand Down

0 comments on commit cf967a2

Please sign in to comment.