* [linux-next:master 2262/4736] drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead
@ 2022-09-02 23:21 kernel test robot
2022-09-03 14:31 ` Marek Vasut
0 siblings, 1 reply; 5+ messages in thread
From: kernel test robot @ 2022-09-02 23:21 UTC (permalink / raw)
To: Marek Vasut
Cc: llvm, kbuild-all, Linux Memory Management List, Chanwoo Choi,
Alvin Šipraga
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: e47eb90a0a9ae20b82635b9b99a8d0979b757ad8
commit: 822a6200734c94ccbfc9ae7acc5da5505b991515 [2262/4736] extcon: usbc-tusb320: Add USB TYPE-C support
config: x86_64-randconfig-a003 (https://download.01.org/0day-ci/archive/20220903/202209030755.eB4SkwGE-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=822a6200734c94ccbfc9ae7acc5da5505b991515
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout 822a6200734c94ccbfc9ae7acc5da5505b991515
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/extcon/
If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead
vim +19 drivers/extcon/extcon-usbc-tusb320.c
18
> 19 #define TUSB320_REG8 0x8
20 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE GENMASK(7, 6)
21 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_USB 0x0
22 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_15A 0x1
23 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_30A 0x2
24 #define TUSB320_REG8_CURRENT_MODE_DETECT GENMASK(5, 4)
25 #define TUSB320_REG8_CURRENT_MODE_DETECT_DEF 0x0
26 #define TUSB320_REG8_CURRENT_MODE_DETECT_MED 0x1
27 #define TUSB320_REG8_CURRENT_MODE_DETECT_ACC 0x2
28 #define TUSB320_REG8_CURRENT_MODE_DETECT_HI 0x3
29 #define TUSB320_REG8_ACCESSORY_CONNECTED GENMASK(3, 2)
30 #define TUSB320_REG8_ACCESSORY_CONNECTED_NONE 0x0
31 #define TUSB320_REG8_ACCESSORY_CONNECTED_AUDIO 0x4
32 #define TUSB320_REG8_ACCESSORY_CONNECTED_ACC 0x5
33 #define TUSB320_REG8_ACCESSORY_CONNECTED_DEBUG 0x6
34 #define TUSB320_REG8_ACTIVE_CABLE_DETECTION BIT(0)
35
--
0-DAY CI Kernel Test Service
https://01.org/lkp
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [linux-next:master 2262/4736] drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead 2022-09-02 23:21 [linux-next:master 2262/4736] drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead kernel test robot @ 2022-09-03 14:31 ` Marek Vasut 2022-09-05 2:54 ` [kbuild-all] " Chen, Rong A 0 siblings, 1 reply; 5+ messages in thread From: Marek Vasut @ 2022-09-03 14:31 UTC (permalink / raw) To: kernel test robot Cc: llvm, kbuild-all, Linux Memory Management List, Chanwoo Choi, Alvin Šipraga On 9/3/22 01:21, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: e47eb90a0a9ae20b82635b9b99a8d0979b757ad8 > commit: 822a6200734c94ccbfc9ae7acc5da5505b991515 [2262/4736] extcon: usbc-tusb320: Add USB TYPE-C support > config: x86_64-randconfig-a003 (https://download.01.org/0day-ci/archive/20220903/202209030755.eB4SkwGE-lkp@intel.com/config) > compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1) > reproduce (this is a W=1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=822a6200734c94ccbfc9ae7acc5da5505b991515 > git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > git fetch --no-tags linux-next master > git checkout 822a6200734c94ccbfc9ae7acc5da5505b991515 > # save the config file > mkdir build_dir && cp config build_dir/.config > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/extcon/ > > If you fix the issue, kindly add following tag where applicable > Reported-by: kernel test robot <lkp@intel.com> > > All warnings (new ones prefixed by >>): > >>> drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead > > > vim +19 drivers/extcon/extcon-usbc-tusb320.c > > 18 > > 19 #define TUSB320_REG8 0x8 > 20 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE GENMASK(7, 6) > 21 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_USB 0x0 > 22 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_15A 0x1 > 23 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_30A 0x2 > 24 #define TUSB320_REG8_CURRENT_MODE_DETECT GENMASK(5, 4) > 25 #define TUSB320_REG8_CURRENT_MODE_DETECT_DEF 0x0 > 26 #define TUSB320_REG8_CURRENT_MODE_DETECT_MED 0x1 > 27 #define TUSB320_REG8_CURRENT_MODE_DETECT_ACC 0x2 > 28 #define TUSB320_REG8_CURRENT_MODE_DETECT_HI 0x3 > 29 #define TUSB320_REG8_ACCESSORY_CONNECTED GENMASK(3, 2) > 30 #define TUSB320_REG8_ACCESSORY_CONNECTED_NONE 0x0 > 31 #define TUSB320_REG8_ACCESSORY_CONNECTED_AUDIO 0x4 > 32 #define TUSB320_REG8_ACCESSORY_CONNECTED_ACC 0x5 > 33 #define TUSB320_REG8_ACCESSORY_CONNECTED_DEBUG 0x6 > 34 #define TUSB320_REG8_ACTIVE_CABLE_DETECTION BIT(0) > 35 I still believe this is a false positive, is it not ? ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [kbuild-all] Re: [linux-next:master 2262/4736] drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead 2022-09-03 14:31 ` Marek Vasut @ 2022-09-05 2:54 ` Chen, Rong A 2022-09-06 0:53 ` Marek Vasut 0 siblings, 1 reply; 5+ messages in thread From: Chen, Rong A @ 2022-09-05 2:54 UTC (permalink / raw) To: Marek Vasut, kernel test robot Cc: llvm, kbuild-all, Linux Memory Management List, Chanwoo Choi, Alvin Šipraga On 9/3/2022 10:31 PM, Marek Vasut wrote: > On 9/3/22 01:21, kernel test robot wrote: >> tree: >> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git >> master >> head: e47eb90a0a9ae20b82635b9b99a8d0979b757ad8 >> commit: 822a6200734c94ccbfc9ae7acc5da5505b991515 [2262/4736] extcon: >> usbc-tusb320: Add USB TYPE-C support >> config: x86_64-randconfig-a003 >> (https://download.01.org/0day-ci/archive/20220903/202209030755.eB4SkwGE-lkp@intel.com/config) >> >> compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project >> f28c006a5895fc0e329fe15fead81e37457cb1d1) >> reproduce (this is a W=1 build): >> wget >> https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross >> -O ~/bin/make.cross >> chmod +x ~/bin/make.cross >> # >> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=822a6200734c94ccbfc9ae7acc5da5505b991515 >> >> git remote add linux-next >> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git >> git fetch --no-tags linux-next master >> git checkout 822a6200734c94ccbfc9ae7acc5da5505b991515 >> # save the config file >> mkdir build_dir && cp config build_dir/.config >> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross >> W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/extcon/ >> >> If you fix the issue, kindly add following tag where applicable >> Reported-by: kernel test robot <lkp@intel.com> >> >> All warnings (new ones prefixed by >>): >> >>>> drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting >>>> prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for >>>> TUSB320_REG8() instead >> >> >> vim +19 drivers/extcon/extcon-usbc-tusb320.c >> >> 18 >> > 19 #define TUSB320_REG8 0x8 >> 20 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE GENMASK(7, 6) >> 21 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_USB 0x0 >> 22 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_15A 0x1 >> 23 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_30A 0x2 >> 24 #define TUSB320_REG8_CURRENT_MODE_DETECT GENMASK(5, 4) >> 25 #define TUSB320_REG8_CURRENT_MODE_DETECT_DEF 0x0 >> 26 #define TUSB320_REG8_CURRENT_MODE_DETECT_MED 0x1 >> 27 #define TUSB320_REG8_CURRENT_MODE_DETECT_ACC 0x2 >> 28 #define TUSB320_REG8_CURRENT_MODE_DETECT_HI 0x3 >> 29 #define TUSB320_REG8_ACCESSORY_CONNECTED GENMASK(3, 2) >> 30 #define TUSB320_REG8_ACCESSORY_CONNECTED_NONE 0x0 >> 31 #define TUSB320_REG8_ACCESSORY_CONNECTED_AUDIO 0x4 >> 32 #define TUSB320_REG8_ACCESSORY_CONNECTED_ACC 0x5 >> 33 #define TUSB320_REG8_ACCESSORY_CONNECTED_DEBUG 0x6 >> 34 #define TUSB320_REG8_ACTIVE_CABLE_DETECTION BIT(0) >> 35 > > I still believe this is a false positive, is it not ? Hi Marek, Thanks for your reply, the issue is not introduced by this commit, it should be related to '/**' in the head of this file: diff --git a/drivers/extcon/extcon-usbc-tusb320.c b/drivers/extcon/extcon-usbc-tusb320.c index edb8c3f997c9..41041ff0fadb 100644 --- a/drivers/extcon/extcon-usbc-tusb320.c +++ b/drivers/extcon/extcon-usbc-tusb320.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/** +/* * drivers/extcon/extcon-tusb320.c - TUSB320 extcon driver * * Copyright (C) 2020 National Instruments Corporation Best Regards, Rong Chen ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [kbuild-all] Re: [linux-next:master 2262/4736] drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead 2022-09-05 2:54 ` [kbuild-all] " Chen, Rong A @ 2022-09-06 0:53 ` Marek Vasut 2022-09-06 4:28 ` Chen, Rong A 0 siblings, 1 reply; 5+ messages in thread From: Marek Vasut @ 2022-09-06 0:53 UTC (permalink / raw) To: Chen, Rong A, kernel test robot Cc: llvm, kbuild-all, Linux Memory Management List, Chanwoo Choi, Alvin Šipraga On 9/5/22 04:54, Chen, Rong A wrote: > > > On 9/3/2022 10:31 PM, Marek Vasut wrote: >> On 9/3/22 01:21, kernel test robot wrote: >>> tree: >>> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git >>> master >>> head: e47eb90a0a9ae20b82635b9b99a8d0979b757ad8 >>> commit: 822a6200734c94ccbfc9ae7acc5da5505b991515 [2262/4736] extcon: >>> usbc-tusb320: Add USB TYPE-C support >>> config: x86_64-randconfig-a003 >>> (https://download.01.org/0day-ci/archive/20220903/202209030755.eB4SkwGE-lkp@intel.com/config) >>> compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project >>> f28c006a5895fc0e329fe15fead81e37457cb1d1) >>> reproduce (this is a W=1 build): >>> wget >>> https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross >>> chmod +x ~/bin/make.cross >>> # >>> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=822a6200734c94ccbfc9ae7acc5da5505b991515 >>> git remote add linux-next >>> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git >>> git fetch --no-tags linux-next master >>> git checkout 822a6200734c94ccbfc9ae7acc5da5505b991515 >>> # save the config file >>> mkdir build_dir && cp config build_dir/.config >>> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross >>> W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/extcon/ >>> >>> If you fix the issue, kindly add following tag where applicable >>> Reported-by: kernel test robot <lkp@intel.com> >>> >>> All warnings (new ones prefixed by >>): >>> >>>>> drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting >>>>> prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for >>>>> TUSB320_REG8() instead >>> >>> >>> vim +19 drivers/extcon/extcon-usbc-tusb320.c >>> >>> 18 >>> > 19 #define TUSB320_REG8 0x8 >>> 20 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE GENMASK(7, 6) >>> 21 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_USB 0x0 >>> 22 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_15A 0x1 >>> 23 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_30A 0x2 >>> 24 #define TUSB320_REG8_CURRENT_MODE_DETECT GENMASK(5, 4) >>> 25 #define TUSB320_REG8_CURRENT_MODE_DETECT_DEF 0x0 >>> 26 #define TUSB320_REG8_CURRENT_MODE_DETECT_MED 0x1 >>> 27 #define TUSB320_REG8_CURRENT_MODE_DETECT_ACC 0x2 >>> 28 #define TUSB320_REG8_CURRENT_MODE_DETECT_HI 0x3 >>> 29 #define TUSB320_REG8_ACCESSORY_CONNECTED GENMASK(3, 2) >>> 30 #define TUSB320_REG8_ACCESSORY_CONNECTED_NONE 0x0 >>> 31 #define TUSB320_REG8_ACCESSORY_CONNECTED_AUDIO 0x4 >>> 32 #define TUSB320_REG8_ACCESSORY_CONNECTED_ACC 0x5 >>> 33 #define TUSB320_REG8_ACCESSORY_CONNECTED_DEBUG 0x6 >>> 34 #define TUSB320_REG8_ACTIVE_CABLE_DETECTION BIT(0) >>> 35 >> >> I still believe this is a false positive, is it not ? > > Hi Marek, > > Thanks for your reply, the issue is not introduced by this commit, it > should be related to '/**' in the head of this file: > > diff --git a/drivers/extcon/extcon-usbc-tusb320.c > b/drivers/extcon/extcon-usbc-tusb320.c > index edb8c3f997c9..41041ff0fadb 100644 > --- a/drivers/extcon/extcon-usbc-tusb320.c > +++ b/drivers/extcon/extcon-usbc-tusb320.c > @@ -1,5 +1,5 @@ > // SPDX-License-Identifier: GPL-2.0 > -/** > +/* > * drivers/extcon/extcon-tusb320.c - TUSB320 extcon driver > * > * Copyright (C) 2020 National Instruments Corporation Uh, OK, I wouldn't have thought of that based on the output above. The change above is obviously correct, can you submit a patch ? Thanks ! ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [kbuild-all] Re: [linux-next:master 2262/4736] drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead 2022-09-06 0:53 ` Marek Vasut @ 2022-09-06 4:28 ` Chen, Rong A 0 siblings, 0 replies; 5+ messages in thread From: Chen, Rong A @ 2022-09-06 4:28 UTC (permalink / raw) To: Marek Vasut, kernel test robot Cc: llvm, kbuild-all, Linux Memory Management List, Chanwoo Choi, Alvin Šipraga On 9/6/2022 8:53 AM, Marek Vasut wrote: > On 9/5/22 04:54, Chen, Rong A wrote: >> >> >> On 9/3/2022 10:31 PM, Marek Vasut wrote: >>> On 9/3/22 01:21, kernel test robot wrote: >>>> tree: >>>> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git >>>> master >>>> head: e47eb90a0a9ae20b82635b9b99a8d0979b757ad8 >>>> commit: 822a6200734c94ccbfc9ae7acc5da5505b991515 [2262/4736] extcon: >>>> usbc-tusb320: Add USB TYPE-C support >>>> config: x86_64-randconfig-a003 >>>> (https://download.01.org/0day-ci/archive/20220903/202209030755.eB4SkwGE-lkp@intel.com/config) >>>> >>>> compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project >>>> f28c006a5895fc0e329fe15fead81e37457cb1d1) >>>> reproduce (this is a W=1 build): >>>> wget >>>> https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross >>>> -O ~/bin/make.cross >>>> chmod +x ~/bin/make.cross >>>> # >>>> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=822a6200734c94ccbfc9ae7acc5da5505b991515 >>>> >>>> git remote add linux-next >>>> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git >>>> git fetch --no-tags linux-next master >>>> git checkout 822a6200734c94ccbfc9ae7acc5da5505b991515 >>>> # save the config file >>>> mkdir build_dir && cp config build_dir/.config >>>> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross >>>> W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/extcon/ >>>> >>>> If you fix the issue, kindly add following tag where applicable >>>> Reported-by: kernel test robot <lkp@intel.com> >>>> >>>> All warnings (new ones prefixed by >>): >>>> >>>>>> drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting >>>>>> prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for >>>>>> TUSB320_REG8() instead >>>> >>>> >>>> vim +19 drivers/extcon/extcon-usbc-tusb320.c >>>> >>>> 18 >>>> > 19 #define TUSB320_REG8 0x8 >>>> 20 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE GENMASK(7, 6) >>>> 21 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_USB 0x0 >>>> 22 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_15A 0x1 >>>> 23 #define TUSB320_REG8_CURRENT_MODE_ADVERTISE_30A 0x2 >>>> 24 #define TUSB320_REG8_CURRENT_MODE_DETECT GENMASK(5, 4) >>>> 25 #define TUSB320_REG8_CURRENT_MODE_DETECT_DEF 0x0 >>>> 26 #define TUSB320_REG8_CURRENT_MODE_DETECT_MED 0x1 >>>> 27 #define TUSB320_REG8_CURRENT_MODE_DETECT_ACC 0x2 >>>> 28 #define TUSB320_REG8_CURRENT_MODE_DETECT_HI 0x3 >>>> 29 #define TUSB320_REG8_ACCESSORY_CONNECTED GENMASK(3, 2) >>>> 30 #define TUSB320_REG8_ACCESSORY_CONNECTED_NONE 0x0 >>>> 31 #define TUSB320_REG8_ACCESSORY_CONNECTED_AUDIO 0x4 >>>> 32 #define TUSB320_REG8_ACCESSORY_CONNECTED_ACC 0x5 >>>> 33 #define TUSB320_REG8_ACCESSORY_CONNECTED_DEBUG 0x6 >>>> 34 #define TUSB320_REG8_ACTIVE_CABLE_DETECTION BIT(0) >>>> 35 >>> >>> I still believe this is a false positive, is it not ? >> >> Hi Marek, >> >> Thanks for your reply, the issue is not introduced by this commit, it >> should be related to '/**' in the head of this file: >> >> diff --git a/drivers/extcon/extcon-usbc-tusb320.c >> b/drivers/extcon/extcon-usbc-tusb320.c >> index edb8c3f997c9..41041ff0fadb 100644 >> --- a/drivers/extcon/extcon-usbc-tusb320.c >> +++ b/drivers/extcon/extcon-usbc-tusb320.c >> @@ -1,5 +1,5 @@ >> // SPDX-License-Identifier: GPL-2.0 >> -/** >> +/* >> * drivers/extcon/extcon-tusb320.c - TUSB320 extcon driver >> * >> * Copyright (C) 2020 National Instruments Corporation > > Uh, OK, I wouldn't have thought of that based on the output above. > > The change above is obviously correct, can you submit a patch ? Hi Marek, Thanks for the review, I have submitted it: https://lore.kernel.org/lkml/20220906040430.35896-1-rong.a.chen@intel.com/T/#u Best Regards, Rong Chen > > Thanks ! > _______________________________________________ > kbuild-all mailing list -- kbuild-all@lists.01.org > To unsubscribe send an email to kbuild-all-leave@lists.01.org ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-09-06 4:29 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2022-09-02 23:21 [linux-next:master 2262/4736] drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead kernel test robot 2022-09-03 14:31 ` Marek Vasut 2022-09-05 2:54 ` [kbuild-all] " Chen, Rong A 2022-09-06 0:53 ` Marek Vasut 2022-09-06 4:28 ` Chen, Rong A
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox