mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-07 21:53:44 +00:00
sysfs: group.c: fix up broken string coding style
checkpatch complains about the broken string in the file, and it's correct, so fix it up. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
995d8ed943
commit
16aebf1c5d
@ -198,8 +198,9 @@ void sysfs_remove_group(struct kobject *kobj,
|
||||
if (grp->name) {
|
||||
sd = sysfs_get_dirent(dir_sd, NULL, grp->name);
|
||||
if (!sd) {
|
||||
WARN(!sd, KERN_WARNING "sysfs group %p not found for "
|
||||
"kobject '%s'\n", grp, kobject_name(kobj));
|
||||
WARN(!sd, KERN_WARNING
|
||||
"sysfs group %p not found for kobject '%s'\n",
|
||||
grp, kobject_name(kobj));
|
||||
return;
|
||||
}
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user