From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932575AbbLRNpM (ORCPT ); Fri, 18 Dec 2015 08:45:12 -0500 Received: from mail-lb0-f178.google.com ([209.85.217.178]:32901 "EHLO mail-lb0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932331AbbLRNpI (ORCPT ); Fri, 18 Dec 2015 08:45:08 -0500 Subject: Re: [PATCH v3] extcon: add Maxim MAX3355 driver To: Krzysztof Kozlowski References: <2473780.4IzuWX8hE2@wasted.cogentembedded.com> <5672C884.3000603@cogentembedded.com> <56735125.1040304@samsung.com> Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, myungjoo.ham@samsung.com, Chanwoo Choi , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org, linux-usb@vger.kernel.org From: Sergei Shtylyov Message-ID: <56740DE1.8040301@cogentembedded.com> Date: Fri, 18 Dec 2015 16:45:05 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <56735125.1040304@samsung.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 12/18/2015 3:19 AM, Krzysztof Kozlowski wrote: [...] >>> Please pass the source through recent coccicheck and fix the findings. >> >> Has it been included in the kernel source somewhere already? > > The rules detecting the unnecessary owner should be there for some time > (sice 4.2 or 4.1?). The coccicheck is in kernel - scripts/coccicheck. It Found it already. > uses coccinelle/spatch. Installed it. > You can run it just like other code-checker > tools - sparse and smatch. I tried but couldn't figure out how to confine 'make coccicheck'only to the files I need. > Best regards, > Krzysztof MBR, Sergei