From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751424AbdGRG5t (ORCPT ); Tue, 18 Jul 2017 02:57:49 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36960 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751026AbdGRG5s (ORCPT ); Tue, 18 Jul 2017 02:57:48 -0400 Date: Tue, 18 Jul 2017 08:57:41 +0200 From: Greg KH To: Gaurav Pathak Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] staging: rts5208: Change fixed function names with "%s: ", __func__ Message-ID: <20170718065741.GA15523@kroah.com> References: <20170717122843.GD24503@kroah.com> <1500302985-1775-1-git-send-email-gauravpathak129@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1500302985-1775-1-git-send-email-gauravpathak129@gmail.com> 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 Mon, Jul 17, 2017 at 08:19:45PM +0530, Gaurav Pathak wrote: > staging: rts5208: Fix coding style issue caught by checkpatch.pl related to > function name in debug print and shorten few lines over 80 char No, only do one-type-of-thing per patch. It would make sense to maybe fix an 80 char line issue for a line you are fixing up for the function name, but not for any other random line. Please break this up into individual patches. thanks, greg k-h