From: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Date: Wed, 13 Sep 2017 12:20:28 +0300 > @@ -154,7 +154,11 @@ static inline int sctp_ulpevent_type_enabled(__u16 sn_type, > struct sctp_event_subscribe *mask) > { > char *amask = (char *) mask; > - return amask[sn_type - SCTP_SN_TYPE_BASE]; > + int offset = sn_type - SCTP_SN_TYPE_BASE; Please use reverse-christmas-tree local variable ordering. Thank you. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html