Merge pull request #235 from mechanicalamit/atomic-patches
Add newline to last pr_info to force dmesg to flush
This commit is contained in:
commit
866eba0077
@ -50,7 +50,7 @@ static void atomic_bitwise(void)
|
|||||||
pr_info("Bits 4: " BYTE_TO_BINARY_PATTERN, BYTE_TO_BINARY(word));
|
pr_info("Bits 4: " BYTE_TO_BINARY_PATTERN, BYTE_TO_BINARY(word));
|
||||||
|
|
||||||
word = 255;
|
word = 255;
|
||||||
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));
|
||||||
}
|
}
|
||||||
|
|
||||||
static int __init example_atomic_init(void)
|
static int __init example_atomic_init(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user