Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756882AbXITOaV (ORCPT ); Thu, 20 Sep 2007 10:30:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755756AbXITOaH (ORCPT ); Thu, 20 Sep 2007 10:30:07 -0400 Received: from wine.ocn.ne.jp ([122.1.235.145]:51451 "EHLO smtp.wine.ocn.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754853AbXITOaG (ORCPT ); Thu, 20 Sep 2007 10:30:06 -0400 To: satyam@infradead.org Cc: linux-kernel@vger.kernel.org, apw@shadowen.org Subject: Re: error from checkpatch.pl version 0.10 From: Tetsuo Handa References: <200709202156.GFC11109.HOFQLOVOFFtSJM@I-love.SAKURA.ne.jp> In-Reply-To: Message-Id: <200709202330.GEH55648.OJQFMFOHtVOFLS@I-love.SAKURA.ne.jp> X-Mailer: Winbiff [Version 2.50] X-Accept-Language: ja,en Date: Thu, 20 Sep 2007 23:30:08 +0900 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 713 Lines: 21 Hello. Satyam Sharma wrote: > Looks like a checkpatch.pl bug to me -- that was nothing to warn about. I see. I'll wait for next version. > struct poll_table { > poll_queue_proc qproc; > }; poll_table is defined in include/linux/poll.h . To change this, we have to do "sed -i -e 's:poll_table:struct poll_table:g'" against all in-tree files atomically. Also there would be many out-of-tree files using poll_table. I think it's too difficult to change. Thank you. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/