From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753384AbdFMMht (ORCPT ); Tue, 13 Jun 2017 08:37:49 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49508 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753226AbdFMMhs (ORCPT ); Tue, 13 Jun 2017 08:37:48 -0400 Date: Tue, 13 Jun 2017 14:37:35 +0200 From: Greg KH To: bincy_k_philip@yahoo.co.in Cc: devel@driverdev.osuosl.org, anton.bondarenko.sama@gmail.com, aquannie@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: octeon-usb: fix coding style error Message-ID: <20170613123735.GA12968@kroah.com> References: <20170613100158.GA1882@kroah.com> <1497348932-12052-1-git-send-email-bincy_k_philip@yahoo.co.in> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1497348932-12052-1-git-send-email-bincy_k_philip@yahoo.co.in> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 13, 2017 at 03:45:32PM +0530, bincy_k_philip@yahoo.co.in wrote: > From: bincy > > trivial fix for space alignment error > > Signed-off-by: bincy k philip > --- > drivers/staging/octeon-usb/octeon-hcd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) First off, please slow down. Take a break, and come back to this in a few days when you have had a chance to think exactly about what you are doing here. Hint, your from: and signed-off-by: names do not match at all. There is no rush here at all, please do not resend this for a few more days at the earliest. greg k-h