Commit ce14489c authored by Liao Pingfang's avatar Liao Pingfang Committed by Linus Torvalds
Browse files

ipc/shm.c: remove the superfluous break

parent 00898e85
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1380,7 +1380,6 @@ static long compat_ksys_shmctl(int shmid, int cmd, void __user *uptr, int versio
	case SHM_LOCK:
	case SHM_UNLOCK:
		return shmctl_do_lock(ns, shmid, cmd);
		break;
	default:
		return -EINVAL;
	}