Make style modifications for: WARNING: Avoid unnecessary line continuations Signed-off-by: Walt Feasel <waltfeasel@xxxxxxxxx> --- Swaps continuation for over 80 but on same line security/apparmor/apparmorfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/security/apparmor/apparmorfs.c b/security/apparmor/apparmorfs.c index c3fff95..ee4f0d4 100644 --- a/security/apparmor/apparmorfs.c +++ b/security/apparmor/apparmorfs.c @@ -790,8 +790,7 @@ static const struct file_operations aa_fs_profiles_fops = { /** Base file system setup **/ static struct aa_fs_entry aa_fs_entry_file[] = { - AA_FS_FILE_STRING("mask", "create read write exec append mmap_exec " \ - "link lock"), + AA_FS_FILE_STRING("mask", "create read write exec append mmap_exec", " link lock"), { } }; -- 2.1.4 _______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies