Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Commit 28bd3b7

Browse files
akpm00broonie
authored andcommitted
fs-proc-task_mmuc-shift-mm_access-from-m_start-to-proc_maps_open-checkpatch-fixes
WARNING: Missing a blank line after declarations torvalds#77: FILE: fs/proc/task_mmu.c:246: + int err = PTR_ERR(priv->mm); + seq_release_private(inode, file); total: 0 errors, 1 warnings, 94 lines checked ./patches/fs-proc-task_mmuc-shift-mm_access-from-m_start-to-proc_maps_open.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: Oleg Nesterov <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 4751826 commit 28bd3b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/proc/task_mmu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ static int proc_maps_open(struct inode *inode, struct file *file,
225225
priv->mm = proc_mem_open(inode, PTRACE_MODE_READ);
226226
if (IS_ERR(priv->mm)) {
227227
int err = PTR_ERR(priv->mm);
228+
228229
seq_release_private(inode, file);
229230
return err;
230231
}

0 commit comments

Comments
 (0)