From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752698AbcCKVPz (ORCPT ); Fri, 11 Mar 2016 16:15:55 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:57139 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752353AbcCKVPw (ORCPT ); Fri, 11 Mar 2016 16:15:52 -0500 Date: Fri, 11 Mar 2016 13:15:51 -0800 From: Greg KH To: Yorick Rommers Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: rtl8188eu: fixed constant being on left side of comparison in rtw_iol.c Message-ID: <20160311211551.GA24860@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Mon, Feb 22, 2016 at 01:52:48AM +0100, Yorick Rommers wrote: > This patch fixes a comparison warning found by checkpatch.pl. > Signed-off-by: Yorick Rommers > --- > drivers/staging/rtl8188eu/core/rtw_iol.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Patch did not apply to my tree :( Also you forgot a blank line before your signed-off-by: line.