Re: [PATCH v4 3/3] RTC: nuvoton: Add NCT3018Y real time clock driver

From: kernel test robot
Date: Fri Jul 08 2022 - 18:32:20 EST


Hi Mia,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on abelloni/rtc-next]
[also build test ERROR on robh/for-next linus/master v5.19-rc5 next-20220708]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url: https://github.com/intel-lab-lkp/linux/commits/Mia-Lin/RTC-nuvoton-Add-nuvoton-real-time-clock-driver/20220707-153317
base: https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git rtc-next
config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20220709/202207090650.qVcM1Juo-lkp@xxxxxxxxx/config)
compiler: gcc-11 (Debian 11.3.0-3) 11.3.0
reproduce (this is a W=1 build):
# https://github.com/intel-lab-lkp/linux/commit/028783fef7713ddc9f2d14a39f09741370f42e3c
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Mia-Lin/RTC-nuvoton-Add-nuvoton-real-time-clock-driver/20220707-153317
git checkout 028783fef7713ddc9f2d14a39f09741370f42e3c
# save the config file
mkdir build_dir && cp config build_dir/.config
make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@xxxxxxxxx>

All errors (new ones prefixed by >>):

>> drivers/rtc/rtc-nct3018y.c:553:23: error: unterminated argument list invoking macro "MODULE_AUTHOR"
553 | MODULE_LICENSE("GPL");
| ^
>> drivers/rtc/rtc-nct3018y.c:551:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
551 | MODULE_AUTHOR(("Mia Lin <mimi05633@xxxxxxxxx>");
| ^~~~~~~~~~~~~


vim +/MODULE_AUTHOR +553 drivers/rtc/rtc-nct3018y.c

549
550 MODULE_AUTHOR("Medad CChien <ctcchien@xxxxxxxxxxx>");
> 551 MODULE_AUTHOR(("Mia Lin <mimi05633@xxxxxxxxx>");
552 MODULE_DESCRIPTION("Nuvoton NCT3018Y RTC driver");
> 553 MODULE_LICENSE("GPL");

--
0-DAY CI Kernel Test Service
https://01.org/lkp