Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751041AbcJIOa4 (ORCPT ); Sun, 9 Oct 2016 10:30:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58873 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750696AbcJIOaz (ORCPT ); Sun, 9 Oct 2016 10:30:55 -0400 Date: Sun, 9 Oct 2016 16:31:02 +0200 From: Greg KH To: Sergio Paracuellos Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/15] staging: wlang-ng: Fix several style issues in several source files. Message-ID: <20161009143102.GA4231@kroah.com> References: <1475510655-12729-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: <1475510655-12729-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: 609 Lines: 19 On Mon, Oct 03, 2016 at 06:04:00PM +0200, Sergio Paracuellos wrote: > This patch series fix some of the following checkpatch.pl reported warnings: > WARNING: line over 80 characters > WARNING: Block comments should align the * on each line > WARNING: Block comments use a trailing */ on a separate line > WARNING: ENOSYS means 'invalid syscall nr' and nothing else > > Sergio Paracuellos (15): > staging: wlang-ng: fix line style warnings in hfa384x_usb.c For all of these, you mispelled the driver name :( It is "wlan-ng" not "wlang-ng" :( Care to fix that up and resend the series? thanks, greg k-h