From mboxrd@z Thu Jan 1 00:00:00 1970 From: waltfeasel@gmail.com (Walt Feasel) Date: Sat, 26 Nov 2016 03:43:25 -0500 Subject: [PATCH 7/7] security: apparmor: apparmorfs.c Line continuations In-Reply-To: <1480149805-18736-1-git-send-email-waltfeasel@gmail.com> References: <1480149805-18736-1-git-send-email-waltfeasel@gmail.com> Message-ID: <1480149805-18736-8-git-send-email-waltfeasel@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Make style modifications for: WARNING: Avoid unnecessary line continuations Signed-off-by: Walt Feasel --- 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