Skip to content

Commit f5652b5

Browse files
akpm00sfrothwell
authored andcommitted
mm-zpool-prevent-zbud-zsmalloc-from-unloading-when-used-checkpatch-fixes
WARNING: Missing a blank line after declarations torvalds#76: FILE: mm/zpool.c:79: + bool got = try_module_get(driver->owner); + spin_unlock(&drivers_lock); total: 0 errors, 1 warnings, 94 lines checked ./patches/mm-zpool-prevent-zbud-zsmalloc-from-unloading-when-used.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Dan Streetman <ddstreet@ieee.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 04b72c7 commit f5652b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mm/zpool.c

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ static struct zpool_driver *zpool_get_driver(char *type)
7676
list_for_each_entry(driver, &drivers_head, list) {
7777
if (!strcmp(driver->type, type)) {
7878
bool got = try_module_get(driver->owner);
79+
7980
spin_unlock(&drivers_lock);
8081
return got ? driver : NULL;
8182
}

0 commit comments

Comments
 (0)