From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754082AbcHUV0f (ORCPT ); Sun, 21 Aug 2016 17:26:35 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34272 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754006AbcHUVZF (ORCPT ); Sun, 21 Aug 2016 17:25:05 -0400 Date: Sun, 21 Aug 2016 17:33:02 +0200 From: Greg KH To: Claudiu Beznea Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: wlan-ng: fixed "do not add new typedefs" warnings Message-ID: <20160821153302.GA31647@kroah.com> References: <1469895105-26735-1-git-send-email-claudiu.beznea@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1469895105-26735-1-git-send-email-claudiu.beznea@gmail.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 30, 2016 at 07:11:45PM +0300, Claudiu Beznea wrote: > This patch suppress "do not add new typedefs" checkpatch.pl > warnings. After this suppression some lines needs to be > changed to avoid new checkpatch.pl complains (e.g. 80 > chars per line checkpatch.pl warning) > > Signed-off-by: Claudiu Beznea Just fix one typedef at a time, this patch is way too big to review properly. It also doesn't apply to my tree, so even if I wanted to take it, I couldn't :( Please break it up and send it as a patch series. thanks, greg k-h