From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752997AbdHWBjR (ORCPT ); Tue, 22 Aug 2017 21:39:17 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:51623 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752810AbdHWBjP (ORCPT ); Tue, 22 Aug 2017 21:39:15 -0400 X-ME-Sender: X-Sasl-enc: 59GMhYCE4xQOK1kcZvgz45noZ/xXf6YAu8M8L2dxU2Lm 1503452354 Date: Tue, 22 Aug 2017 18:38:59 -0700 From: Greg KH To: Nick Fox Cc: arve@android.com, riandrews@android.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers: staging: android: Fix style/formatting issues Message-ID: <20170823013859.GA10615@kroah.com> References: <20170823010450.10576-1-fox.nicholas.j@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170823010450.10576-1-fox.nicholas.j@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 Tue, Aug 22, 2017 at 09:04:50PM -0400, Nick Fox wrote: > Fix two issues reported by checkpatch. The first removes an extra > blank line, the second changes an argument to kmalloc(). Original > checkpatch output is below: That should be two different patches, please break this up. thanks, greg k-h