We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f88a37 + e56fc58 commit 866eba0Copy full SHA for 866eba0
examples/example_atomic.c
@@ -50,7 +50,7 @@ static void atomic_bitwise(void)
50
pr_info("Bits 4: " BYTE_TO_BINARY_PATTERN, BYTE_TO_BINARY(word));
51
52
word = 255;
53
- pr_info("Bits 5: " BYTE_TO_BINARY_PATTERN, BYTE_TO_BINARY(word));
+ pr_info("Bits 5: " BYTE_TO_BINARY_PATTERN "\n", BYTE_TO_BINARY(word));
54
}
55
56
static int __init example_atomic_init(void)
0 commit comments