[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YSTAnuoGF4zuAFrg@casper.infradead.org>
Date: Tue, 24 Aug 2021 10:49:18 +0100
From: Matthew Wilcox <willy@...radead.org>
To: Tawah Peggy <tawahpeggy98@...il.com>
Cc: Kroah-Hartman <greg@...ah.com>, outreachy-kernel@...glegroups.com,
linux-kernel@...r.kernel.org
Subject: Re: [Outreachy kernel] [PATCH] [Outreachy Kernel] Staging: wlan-ng:
cfg80211: Fix Lines should not end with a '('
On Tue, Aug 24, 2021 at 04:15:51AM +0100, Tawah Peggy wrote:
> - ieee80211_frequency_to_channel(
> - request->channels[i]->center_freq);
> + ieee80211_frequency_to_channel
> + (request->channels[i]->center_freq);
This is the wrong way to fix this warning. Function names should not be
divorced from their arguments.
Powered by blists - more mailing lists