Explorar o código

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>
Varsha Rao %!s(int64=8) %!d(string=hai) anos
pai
achega
5b884a95a5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/char/misc.c

+ 1 - 0
drivers/char/misc.c

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