Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:58306 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754747AbaHKTU1 (ORCPT ); Mon, 11 Aug 2014 15:20:27 -0400 Date: Mon, 11 Aug 2014 12:20:25 -0700 (PDT) Message-Id: <20140811.122025.1493857112088523823.davem@davemloft.net> (sfid-20140811_212133_305412_6CA41701) To: himangi774@gmail.com Cc: simon@thekelleys.org.uk, linville@tuxdriver.com, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, julia.lawall@lip6.fr Subject: Re: [PATCH] atmel: Remove typedef atmel_priv_ioctl From: David Miller In-Reply-To: <20140809162220.GA18091@himangi-Dell> References: <20140809162220.GA18091@himangi-Dell> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Himangi Saraogi Date: Sat, 9 Aug 2014 21:52:20 +0530 > The Linux kernel coding style guidelines suggest not using typedefs > for structure types. This patch gets rid of the typedef for > atmel_priv_ioctl. > > The following Coccinelle semantic patch detects the case: ... > Signed-off-by: Himangi Saraogi > Acked-by: Julia Lawall Applied.