1
0
Fork 0

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>
hifive-unleashed-5.1
Varsha Rao 2017-04-07 17:02:32 +05:30 committed by Greg Kroah-Hartman
parent 50a5e31479
commit 5b884a95a5
1 changed files with 1 additions and 0 deletions

View File

@ -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;