Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751618AbcJIOb1 (ORCPT ); Sun, 9 Oct 2016 10:31:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58878 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751147AbcJIOb0 (ORCPT ); Sun, 9 Oct 2016 10:31:26 -0400 Date: Sun, 9 Oct 2016 16:31:28 +0200 From: Greg KH To: Sergio Paracuellos Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: wlang-ng: avoid new typedef CTLX_STATE Message-ID: <20161009143128.GC4231@kroah.com> References: <1475510823-12906-1-git-send-email-sergio.paracuellos@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475510823-12906-1-git-send-email-sergio.paracuellos@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 Content-Length: 459 Lines: 13 On Mon, Oct 03, 2016 at 06:07:03PM +0200, Sergio Paracuellos wrote: > This patch fixes the following checkpatch.pl warning in hfa384x.h: > WARNING: do not add new typedefs > > It applies for typedef CTLX_STATE > > Signed-off-by: Sergio Paracuellos > --- > drivers/staging/wlan-ng/hfa384x.h | 3 +-- > drivers/staging/wlan-ng/hfa384x_usb.c | 2 +- > 2 files changed, 2 insertions(+), 3 deletions(-) Subject also wrong :(