From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH v6 2/3] sctp: add check rto_min and rto_max in sysctl Date: Tue, 10 Dec 2013 16:21:11 +0100 Message-ID: <52A73167.6000106@redhat.com> References: <1386643597-22156-1-git-send-email-wangweidong1@huawei.com> <1386643597-22156-3-git-send-email-wangweidong1@huawei.com> <52A72666.5010304@gmail.com> <52A730B9.7060909@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Vlad Yasevich , nhorman@tuxdriver.com, davem@davemloft.net, netdev@vger.kernel.org, linux-sctp@vger.kernel.org To: Wang Weidong Return-path: Received: from mx1.redhat.com ([209.132.183.28]:3329 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753815Ab3LJPVb (ORCPT ); Tue, 10 Dec 2013 10:21:31 -0500 In-Reply-To: <52A730B9.7060909@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On 12/10/2013 04:18 PM, Wang Weidong wrote: ... >>> +static int proc_sctp_do_rto_min(struct ctl_table *ctl, int write, >>> + void __user*buffer, size_t *lenp, >> ^^^^ >> Please put a space before the '*'. ... >>> +static int proc_sctp_do_rto_max(struct ctl_table *ctl, int write, >>> + void __user*buffer, size_t *lenp, >> ^^^^ >> Please put a space after the before the '*'. >> > Ok, I will fix them. > What Daniel point out is that? I no need to line up them? Yes, what Vlad pointed out to you is what I meant in my reply to your cover letter ...