From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755219AbcBHDt1 (ORCPT ); Sun, 7 Feb 2016 22:49:27 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:56993 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753989AbcBHDt0 (ORCPT ); Sun, 7 Feb 2016 22:49:26 -0500 Date: Sun, 7 Feb 2016 19:49:26 -0800 From: Greg KH To: Christian Colic Cc: Larry.Finger@lwfinger.net, florian.c.schilhabel@googlemail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: rtl8712: Fix typos and checkpatch warnings. Message-ID: <20160208034926.GC22850@kroah.com> References: <20151117122354.GA27321@lenovo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151117122354.GA27321@lenovo> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 17, 2015 at 01:23:54PM +0100, Christian Colic wrote: > Fix typo SUCESS -> SUCCESS and multiple > checkpatch checks (blank line, indentation). That's multiple different things, please break this into multiple patches, each one only doing one thing. thanks, greg k-h