From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752650AbcF1NE3 (ORCPT ); Tue, 28 Jun 2016 09:04:29 -0400 Received: from forward3p.cmail.yandex.net ([77.88.31.18]:49804 "EHLO forward3p.cmail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752259AbcF1NE0 (ORCPT ); Tue, 28 Jun 2016 09:04:26 -0400 X-Greylist: delayed 422 seconds by postgrey-1.27 at vger.kernel.org; Tue, 28 Jun 2016 09:04:26 EDT Authentication-Results: mxback5g.mail.yandex.net; dkim=pass header.i=@yandex.ru From: Evgeniy Polyakov Envelope-From: drustafa@yandex.ru To: Amitoj Kaur Chawla , "linux-kernel@vger.kernel.org" Cc: "julia.lawall@lip6.fr" In-Reply-To: <20160624061843.GA23431@amitoj-Inspiron-3542> References: <20160624061843.GA23431@amitoj-Inspiron-3542> Subject: Re: [PATCH] w1: Remove unneeded header file MIME-Version: 1.0 Message-Id: <1848631467118640@web17g.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Tue, 28 Jun 2016 15:57:20 +0300 Content-Transfer-Encoding: 7bit Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi 24.06.2016, 09:18, "Amitoj Kaur Chawla" : > Drop redundant include of moduleparam.h > > The Coccinelle semantic patch used to make this change is as follows: > @ includesmodule @ > @@ > > #include > > @ depends on includesmodule @ > @@ > > - #include > > Signed-off-by: Amitoj Kaur Chawla Looks good to me, but these @@ are pretty cryptic.