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 2C650C433F5 for ; Wed, 18 May 2022 03:39:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229842AbiERDj4 (ORCPT ); Tue, 17 May 2022 23:39:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55074 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229575AbiERDjq (ORCPT ); Tue, 17 May 2022 23:39:46 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51E8467D04; Tue, 17 May 2022 20:39:44 -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 A5EE4B81E5F; Wed, 18 May 2022 03:39:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1B52C385AA; Wed, 18 May 2022 03:39:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652845181; bh=cGE6K8BSkWYEYJzcC+LvrmjnjPeuC6gmrfEOgB9kGas=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F/eaztojNKZJ1+GUcrbryjyyzu4mhCTGtl6zMcSqJDsNEjg2LEFtEKWvy2RzntjIX jd4HrkDPwNbju62Kf1HXGXrrtAwcL1sTNxc4aAIrpP4MwTWdNGn2jARxHvg9ToWFaP 7rkmimQsgxlbGFjB7xCT5vqwEjO3fG3LX/mvOOZPSUPkZarUNfplWv51Q5GGKoDXre nKaeN1r+3EB7kzwnqU5mVS4N1HYX1oY9TCPJOjzEsEpl/kEacMTrhkJny9TGfTmtXQ xlsL5H5KSuY2Nhb/tY6iX1665kyrtweOXQ8jXbuYyh2q18aQeeoM9ZqN7+1RaWLK/5 yxkLqMQvlz+Rg== Date: Wed, 18 May 2022 11:39:37 +0800 From: Tzung-Bi Shih To: Bagas Sanjaya Cc: Muhammad Usama Anjum , Stephen Rothwell , Benson Leung , Guenter Roeck , Dmitry Torokhov , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of the chrome-platform tree Message-ID: References: <20220516213832.19127535@canb.auug.org.au> <5d148732-c14d-4e96-f8fc-31acc8932534@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 18, 2022 at 10:23:28AM +0700, Bagas Sanjaya wrote: > On 5/17/22 20:09, Muhammad Usama Anjum wrote: > > I've found these warnings in local build. But I'm unable to fix them. > > Apparently, there doesn't seem any unexpected indentation. This kind of > > same warnings have also appeared on some more files before this commit > > without any reason. > > > > Hi, > > I've figured out the fix on [1]. Please review. > > [1]: https://lore.kernel.org/linux-next/20220518031750.21923-2-bagasdotme@gmail.com/ Thanks for figuring it out. I was also investigating on the issue but got no clues. Reviewed on [1].