From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932186AbbFWMhG (ORCPT ); Tue, 23 Jun 2015 08:37:06 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:33447 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753371AbbFWMg7 (ORCPT ); Tue, 23 Jun 2015 08:36:59 -0400 Date: Tue, 23 Jun 2015 18:06:40 +0530 From: Sudip Mukherjee To: joe@perches.com Cc: linux-kernel@vger.kernel.org Subject: problem with checkpatch Message-ID: <20150623123640.GA14297@sudip-PC> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Joe, while checking patches I usually check them using mutt pipe to checkpatch. while in mutt, press '|' and then scripts/checkpatch.pl - and the patch will be checked by checkpatch without having to save it. Now 700152391c3d ("checkpatch: add --showfile to allow input via pipe to show filenames") is adding $filename ne '-' and because of that if the patch has any error in Signed-off-by , it is not detecting anymore. Any solution for this? regards sudip