mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
Remove an unnecessary blank line to improve code style consistency.
```
[command]
./scripts/checkpatch.pl --strict -f <path/to/file>
[output]
CHECK: Please don't use multiple blank lines
CHECK: Blank lines aren't necessary before a close brace '}'
```
Signed-off-by: Vivek Yadav <vivekyadav1207731111@gmail.com>
Signed-off-by: Will Deacon <will@kernel.org>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| assembler.h | ||
| btitest.h | ||
| Makefile | ||
| signal.c | ||
| signal.h | ||
| start.S | ||
| syscall.S | ||
| system.c | ||
| system.h | ||
| test.c | ||
| teststubs.S | ||
| trampoline.S | ||