mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
drivers: char: misc: Add blank line after declaration.
Add a blank line after declaration, to fix the checkpatch issue. Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
50a5e31479
commit
5b884a95a5
|
|
@ -194,6 +194,7 @@ int misc_register(struct miscdevice *misc)
|
|||
|
||||
if (is_dynamic) {
|
||||
int i = find_first_zero_bit(misc_minors, DYNAMIC_MINORS);
|
||||
|
||||
if (i >= DYNAMIC_MINORS) {
|
||||
err = -EBUSY;
|
||||
goto out;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user