[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.1905042124130.2506@hadrien>
Date: Sat, 4 May 2019 21:25:10 +0200 (CEST)
From: Julia Lawall <julia.lawall@...6.fr>
To: Vatsala Narang <vatsalanarang@...il.com>
cc: gregkh@...uxfoundation.org, hadess@...ess.net, hdegoede@...hat.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/7] staging: rtl8723bs: core: Remove return in void
function.
> @@ -5828,8 +5822,6 @@ void survey_timer_hdl(struct timer_list *t)
>
>
> exit_survey_timer_hdl:
> -
> - return;
> }
Are you sure that you compiled this code? I'm not sure that it is possible
to have a label without a subsequent statement.
julia
Powered by blists - more mailing lists