commit | ce14489c8e2d327b56ff3253a3642a6d79b9bca2 | [log] [tgz] |
---|---|---|
author | Liao Pingfang <liao.pingfang@zte.com.cn> | Tue Aug 11 18:37:08 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 12 10:58:02 2020 -0700 |
tree | b682cfe451e71d484b928b39970be407e651ed53 | |
parent | 00898e8599a184ae05e2c00903e85dc80d82a43d [diff] |
ipc/shm.c: remove the superfluous break Remove the superfuous break, as there is a 'return' before it. Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn> Signed-off-by: Yi Wang <wang.yi59@zte.com.cn> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Link: http://lkml.kernel.org/r/1594724361-11525-1-git-send-email-wang.yi59@zte.com.cn Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>