Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:58309 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754747AbaHKTUg (ORCPT ); Mon, 11 Aug 2014 15:20:36 -0400 Date: Mon, 11 Aug 2014 12:20:35 -0700 (PDT) Message-Id: <20140811.122035.470900770848969335.davem@davemloft.net> (sfid-20140811_212118_578804_F997BEEB) To: himangi774@gmail.com Cc: linville@tuxdriver.com, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, julia.lawall@lip6.fr Subject: Re: [PATCH] airo_cs: Remove typedef local_info_t From: David Miller In-Reply-To: <20140809164623.GA21522@himangi-Dell> References: <20140809164623.GA21522@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 22:16:23 +0530 > The Linux kernel coding style guidelines suggest not using typedefs > for structure types. This patch gets rid of the typedef for > local_info_t. Also, the name of the struct is changed to drop the _t, > to make the name look less typedef-like. > > The following Coccinelle semantic patch detects the case: ... > Signed-off-by: Himangi Saraogi > Acked-by: Julia Lawall Applied.