Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751140AbdFTIYs (ORCPT ); Tue, 20 Jun 2017 04:24:48 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:17497 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750863AbdFTIYp (ORCPT ); Tue, 20 Jun 2017 04:24:45 -0400 Date: Tue, 20 Jun 2017 11:24:02 +0300 From: Dan Carpenter To: Jhih-Ming Huang Cc: Gilad Ben-Yossef , Greg Kroah-Hartman , linux-crypto@vger.kernel.org, driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 02/11] Fix ERROR: spaces required around that Message-ID: <20170620082402.6cay4gtn72nazzum@mwanda> References: <1497935984-4406-1-git-send-email-fbihjmeric@gmail.com> <1497936059-4477-1-git-send-email-fbihjmeric@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1497936059-4477-1-git-send-email-fbihjmeric@gmail.com> User-Agent: NeoMutt/20170113 (1.7.2) X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 287 Lines: 11 On Tue, Jun 20, 2017 at 01:20:59PM +0800, Jhih-Ming Huang wrote: > From: Jhih-Ming Hunag > > Fixed 'ERROR: spaces required around that' > You're breaking the patches up in a bad way. This one should be combined with the previous patch. regards, dan carpenter