[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <75de5f45061e2d13268479d43cb84625@agner.ch>
Date: Wed, 05 Feb 2020 23:58:20 +0100
From: Stefan Agner <stefan@...er.ch>
To: Joe Perches <joe@...ches.com>
Cc: maarten.lankhorst@...ux.intel.com, mripard@...nel.org,
sean@...rly.run, airlied@...ux.ie, daniel.vetter@...ll.ch,
airlied@...hat.com, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org, clang-built-linux@...glegroups.com
Subject: Re: [PATCH] drm: Add missing newline after comment
On 2020-02-05 23:50, Joe Perches wrote:
> On Wed, 2020-02-05 at 23:26 +0100, Stefan Agner wrote:
>> Clang prints a warning:
>> drivers/gpu/drm/drm_lock.c:363:6: warning: misleading indentation;
>> statement is not part of the previous 'if' [-Wmisleading-indentation]
>> */ mutex_lock(&dev->struct_mutex);
>> ^
>> drivers/gpu/drm/drm_lock.c:357:2: note: previous statement is here
>> if (!drm_core_check_feature(dev, DRIVER_LEGACY))
>> ^
>>
>> Fix this by adding a newline after the multi-line comment.
>
> Thanks, already in -next
Whoops, sorry for the duplication. Searched for "indentation" which did
not bring that one up.
--
Stefan
>
> commit 5b99cad6966b92f757863ff9b6688051633fde9a
> Author: Dan Carpenter <dan.carpenter@...cle.com>
> Date: Wed Jan 8 08:43:12 2020 +0300
>
> gpu/drm: clean up white space in drm_legacy_lock_master_cleanup()
>
> We moved this code to a different file and accidentally deleted a
> newline.
>
> Signed-off-by: Dan Carpenter <dan.carpenter@...cle.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@...ll.ch>
> Link:
> https://patchwork.freedesktop.org/patch/msgid/20200108054312.yzlj5wmbdktejgob@kili.mountain
Powered by blists - more mailing lists