]> git.baikalelectronics.ru Git - kernel.git/commit
char/random: Add a newline at the end of the file
authorBorislav Petkov <bp@alien8.de>
Tue, 1 Oct 2019 17:50:23 +0000 (19:50 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 Oct 2019 20:49:43 +0000 (13:49 -0700)
commit1c6146da098ab7bd063ca26017c3aece48673e04
tree0fb931bcdec37facf1b2c5cb79b108dbac14c9e6
parentf5c4776cd5b591eea4e9be9f421e34f61b98ebb2
char/random: Add a newline at the end of the file

On Tue, Oct 01, 2019 at 10:14:40AM -0700, Linus Torvalds wrote:
> The previous state of the file didn't have that 0xa at the end, so you get that
>
>
>   -EXPORT_SYMBOL_GPL(add_bootloader_randomness);
>   \ No newline at end of file
>   +EXPORT_SYMBOL_GPL(add_bootloader_randomness);
>
> which is "the '-' line doesn't have a newline, the '+' line does" marker.

Aaha, that makes total sense, thanks for explaining. Oh well, let's fix
it then so that people don't scratch heads like me.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/random.c