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 AD63BC46467 for ; Fri, 20 Jan 2023 04:50:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230418AbjATEub (ORCPT ); Thu, 19 Jan 2023 23:50:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35360 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230460AbjATEtz (ORCPT ); Thu, 19 Jan 2023 23:49:55 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5BB9CCE893; Thu, 19 Jan 2023 20:43:41 -0800 (PST) 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 E6AE9B820EE; Thu, 19 Jan 2023 12:14:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1F20CC433EF; Thu, 19 Jan 2023 12:14:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1674130491; bh=CG8mfmfOWM+5nGB+yTL4n2ztHake1TEnvVAcm3gH9lI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZZizQ1ikMohqI25dF0gqmRcuHtjrZtwFqn6zaPhuhcHEe60u15DNqrGjVykpXRz0D /MKRqV1ADdCpUQ5LILfutfGTEgzmFYebPivszr5vWx7gN0HHRJxF1+Qxtk3rIJopzU 58azpQbSUKWiKoAJ4UDxFMsnAGLZ60+RCf0TIigI= Date: Thu, 19 Jan 2023 13:14:49 +0100 From: Greg Kroah-Hartman To: Umang Jain Cc: linux-staging@lists.linux.dev, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Stefan Wahren , Florian Fainelli , Adrien Thierry , Dan Carpenter , Dave Stevenson , Kieran Bingham , Laurent Pinchart , Paul Elder Subject: Re: [PATCH v5 1/6] staging: vc04_services: Drop __VCCOREVER__ remnants Message-ID: References: <20230119115503.268693-1-umang.jain@ideasonboard.com> <20230119115503.268693-2-umang.jain@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230119115503.268693-2-umang.jain@ideasonboard.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 19, 2023 at 05:24:58PM +0530, Umang Jain wrote: > Commit 8ba5f91bab63("staging: vc04_services: remove __VCCOREVER__") Nit, you need a space before the '(' character :(