[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1395866443.3726.43.camel@joe-AO722>
Date: Wed, 26 Mar 2014 13:40:43 -0700
From: Joe Perches <joe@...ches.com>
To: David Miller <davem@...emloft.net>
Cc: wangyufen@...wei.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next v3 1/2] net: tcp_ipv6 do some cleanup
On Wed, 2014-03-26 at 15:42 -0400, David Miller wrote:
> From: Wangyufen <wangyufen@...wei.com>
> Date: Mon, 24 Mar 2014 14:25:21 +0800
>
> > -static int tcp_v6_parse_md5_keys (struct sock *sk, char __user *optval,
> > +static int tcp_v6_parse_md5_keys(struct sock *sk, char __user *optval,
> > int optlen)
>
> If you change the first line, you must adjust the indentation of the second
> line so that "int optlen)" begins precisely at the first column after the
> openning parenthesis on the first line.
checkpatch's --strict option emits a message about alignment
issues like this.
David, do you want the --strict option to be auto-enabled for
patches of files in drivers/net and net/?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists