From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 961B2C6FD1F for ; Thu, 16 Mar 2023 08:49:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230046AbjCPItW (ORCPT ); Thu, 16 Mar 2023 04:49:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229542AbjCPItR (ORCPT ); Thu, 16 Mar 2023 04:49:17 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B8B519F19 for ; Thu, 16 Mar 2023 01:49:16 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 23FD4B820AD for ; Thu, 16 Mar 2023 08:49:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70EF1C433EF; Thu, 16 Mar 2023 08:49:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678956553; bh=6wnFsnrhXRbuycrd5u/IQx7nZFVKBubAgA80mnUg5hE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RLESccR4tZsYZtYqsuDpzKQlijij+5F9/UItPvHU/pnVaXtXkVXEd0HAMZFdwjolX hXXhFk/5Wk3vq0oTWSQXI3//AIwkvFDaa4cVbX95dKMSOA4YgtBjZlcwfLTni+6rD5 Ujhgg1ypjCDspeWTvGTmOTS+E2ItySS+RcoTrnUg= Date: Thu, 16 Mar 2023 09:49:11 +0100 From: Greg KH To: Menna Mahmoud Cc: outreachy@lists.linux.dev, martyn@welchs.me.uk, manohar.vanga@gmail.com, zoo868e@gmail.com, jerrykang026@gmail.com, cuigaosheng1@huawei.com, arnd@arndb.de, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH v4 1/2] staging: vme_user: add space around operators Message-ID: References: <57006c151d4d95550b987143a6650f8b3594ddea.1678899549.git.eng.mennamahmoud.mm@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <57006c151d4d95550b987143a6650f8b3594ddea.1678899549.git.eng.mennamahmoud.mm@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 15, 2023 at 07:00:06PM +0200, Menna Mahmoud wrote: > Add a space before and after the operator, for readability. > > Reported by checkpatch script: > > " CHECK: spaces preferred around that '+', '<<' and '>>' ". > > Signed-off-by: Menna Mahmoud This patch, and patch 2/2, do not apply to my staging-next branch at all. Are you sure you generated it properly? Please rebase it and try it again. thanks, greg k-h