From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751645AbcI1K2m (ORCPT ); Wed, 28 Sep 2016 06:28:42 -0400 Received: from smtprelay2.synopsys.com ([198.182.60.111]:50590 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932133AbcI1K2d (ORCPT ); Wed, 28 Sep 2016 06:28:33 -0400 Subject: Re: [PATCH V2] checkpatch: Improve the octal permissions tests To: Joe Perches , References: CC: Andy Whitcroft , Ramiro Oliveira From: Ramiro Oliveira Message-ID: Date: Wed, 28 Sep 2016 11:28:23 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.107.25.125] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/28/2016 4:05 AM, Joe Perches wrote: > Signed-off-by: Joe Perches > --- > > V2: Move the SYMBOLIC_PERMS test. > > scripts/checkpatch.pl | 60 +++++++++++++++++++++++++++++++++++++-------------- > 1 file changed, 44 insertions(+), 16 deletions(-) Tested-by: Ramiro Oliveira