Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b884a95 authored by Varsha Rao's avatar Varsha Rao Committed by Greg Kroah-Hartman
Browse files

drivers: char: misc: Add blank line after declaration.



Add a blank line after declaration, to fix the checkpatch issue.

Signed-off-by: default avatarVarsha Rao <rvarsha016@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 50a5e314
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;