[PATCH] Styleguide fix: Removed un-needed whitespaces and formatting errors in drivers/tty

2022-02-06 Thread Ankit Kumar Pandey
There were lot of styleguide errors raised by checkpatch.pl against drivers/tty/* which I have fixed. There is zero code change apart from changes related to styleguide. checkpatch.pl returns 0 error for style guide now. --- drivers/tty/amiserial.c| 285 ++---

[PATCH] Enabled pstore write for powerpc

2017-04-27 Thread Ankit Kumar
les pstore write for powerpc architecture by setting PSTORE_FLAGS_DMESG flag. Fixes:c950fd6f201a pstore: Split pstore fragile flags Signed-off-by: Ankit Kumar --- arch/powerpc/kernel/nvram_64.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/kernel/nvram_64.c b/arch/powe