[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <53C4CBB1.5000202@kristov.de>
Date: Tue, 15 Jul 2014 08:35:29 +0200
From: Christoph Schulz <develop@...stov.de>
To: Varka Bhadram <varkabhadram@...il.com>,
Daniel Borkmann <dborkman@...hat.com>
CC: netdev@...r.kernel.org, linux-ppp@...r.kernel.org,
paulus@...ba.org, isdn@...ux-pingi.de
Subject: Re: [PATCH net 1/1] net: ppp: fix creating PPP pass and active filters
Hello!
Am 15.07.2014 07:18, schrieb Varka Bhadram:
> There are can be two solutions:
>
> 1. Replace the long function name (sk_unattached_filter_create) with the simple macro.
> We can define the macro locally with our driver name.I don't know how many people
> will accept it. For this we have to change the entire filter framework.
>
> 2. Shorten the argument name 'pass_filter/active_filter'.
> For this also we need to change the entire framework. People many not be accept it.
Is the 80 characters limit really that strong?
Documentation/SubmittingPatches contains the paragraph:
> The style checker should be viewed as
> a guide not as the final word. If your code looks better with
> a violation then its probably best left alone.
IMHO defining and using local macros only to shorten two lines does not
improve code readability. Note that we talk about 83 and 85 characters,
respectively, not about >= 100.
Regards,
Christoph Schulz
--
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