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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0C395FD8FE8 for ; Thu, 26 Feb 2026 17:53:52 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5D88710E9F1; Thu, 26 Feb 2026 17:53:52 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="H+EY9V2K"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.16]) by gabe.freedesktop.org (Postfix) with ESMTPS id 57A1010E9E7 for ; Thu, 26 Feb 2026 17:53:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1772128431; x=1803664431; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=c4SC6HnKEEEgFEkog4c01jDAAwa4s1azeinGA5mlb7M=; b=H+EY9V2K/ciEGLbWcEurWpcsLpPy8u0mqrLnALNA8ar1qpnGO5xEdJjJ CHFA0HhFflHfLmrbpP71wvfmgkkuUi7j7jM9g/oMG3wwDzPohtmFxSxSf UcBHwfHsfrD/bQSNRcKuQ+yAgjYnDhW3wEfNhvf3zuyu/6UpmSnZ/f+N7 ZmHmaD34eINmPJa2XMDCc8ZQMevraPI9m/fRZav+gzwMWAXS4ZR4wGkMA uI9rTjGd8/d0gVx42jVBYlTMFWiP9u5G4e4diStfHm7nmA5x5I5GVIKEg u9eukBDbYl73xvMQQbVGImDrdMOZSn1ymotxLG740L0AcMy/S/CZJA6t4 w==; X-CSE-ConnectionGUID: 7yM6fZYOQ6KSmAIaLBjgOw== X-CSE-MsgGUID: rHIayiiyRWGXNWTrVJ5a4A== X-IronPort-AV: E=McAfee;i="6800,10657,11713"; a="60774195" X-IronPort-AV: E=Sophos;i="6.21,312,1763452800"; d="scan'208";a="60774195" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa110.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Feb 2026 09:53:50 -0800 X-CSE-ConnectionGUID: 9GRmV44XRB2nuVqxst7fMQ== X-CSE-MsgGUID: QI8NyXopRkiabBVTo5zrrg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,312,1763452800"; d="scan'208";a="247160573" Received: from dhhellew-desk2.ger.corp.intel.com (HELO localhost) ([10.245.244.167]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Feb 2026 09:53:48 -0800 Date: Thu, 26 Feb 2026 19:53:45 +0200 From: Andy Shevchenko To: dhyan19022009@gmail.com Cc: Andy Shevchenko , Greg Kroah-Hartman , Jason Donenfeld , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: fbtft: fix macro whitespace errors Message-ID: References: <20260226172531.13714-1-dhyan19022009@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260226172531.13714-1-dhyan19022009@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Feb 26, 2026 at 10:55:31PM +0530, dhyan19022009@gmail.com wrote: > > Remove prohibited spaces before closing parentheses in macro calls in > fbtft-bus.c, reported by checkpatch.pl You haven't compiled this, have you? -- With Best Regards, Andy Shevchenko