Re: [PATCH] staging: wlan-ng: cfg80211: Fix lines should not end with '('.

From: Greg Kroah-Hartman
Date: Fri Sep 17 2021 - 10:30:00 EST


On Wed, Sep 15, 2021 at 08:21:10PM +0100, Tawah Peggy wrote:
> This patch fixes the checkpatch.pl warning;
> CHECK:lines should not end with '('.
> by replacing ieee80211_frequency_to_channel()
> with ieee80211_freq_to_channel()

Please properly cc: the needed people and mailing lists that the
scripts/get_maintainer.pl tool tells you to.

Also please work on your C knowledge some more before contributing to
the kernel. The change you made here was obviously not tested and worst
of all, not even built tested as it breaks the build.

thanks,

greg k-h