From: Diego Elio Pettenò <flameeyes@xxxxxxxxx> Date: Wed, 29 Sep 2010 03:51:35 +0200 > + rc = put_user(amount, (int __user *)arg); > + } > + break; Please put the break statement inside of the basic block. The way you have it here the indentation looks not so nice. -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html