Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a7241c2 authored by David S. Miller's avatar David S. Miller
Browse files

sctp: Fix break indentation in sctp_ioctl().

parent 3abcdeda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3617,8 +3617,8 @@ SCTP_STATIC int sctp_ioctl(struct sock *sk, int cmd, unsigned long arg)
			amount = skb->len;
		}
		rc = put_user(amount, (int __user *)arg);
	}
		break;
	}
	default:
		rc = -ENOIOCTLCMD;
		break;