* [jic23-iio:testing 2/10] drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2690:21: error: expected ';' before '}' token
@ 2023-04-13 1:20 kernel test robot
2023-04-13 11:00 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2023-04-13 1:20 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: oe-kbuild-all
tree: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git testing
head: 32f442dba193b5682bd1e9784b0ea42893c6e966
commit: 7a8fe04fbdc0cbb4da0fb6a5779a5f3959dc64c7 [2/10] iio: imu: lsm6dsx: Add ACPI mount matrix retrieval
config: openrisc-randconfig-r003-20230409 (https://download.01.org/0day-ci/archive/20230413/202304130917.JK9wknvK-lkp@intel.com/config)
compiler: or1k-linux-gcc (GCC) 12.1.0
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/jic23/iio.git/commit/?id=7a8fe04fbdc0cbb4da0fb6a5779a5f3959dc64c7
git remote add jic23-iio https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
git fetch --no-tags jic23-iio testing
git checkout 7a8fe04fbdc0cbb4da0fb6a5779a5f3959dc64c7
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=openrisc olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=openrisc SHELL=/bin/bash drivers/iio/imu/st_lsm6dsx/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202304130917.JK9wknvK-lkp@intel.com/
All errors (new ones prefixed by >>):
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'lsm6dsx_get_acpi_mount_matrix':
>> drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2690:21: error: expected ';' before '}' token
2690 | return false
| ^
| ;
2691 | }
| ~
vim +2690 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
2686
2687 static int lsm6dsx_get_acpi_mount_matrix(struct device *dev,
2688 struct iio_mount_matrix *orientation)
2689 {
> 2690 return false
2691 }
2692
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [jic23-iio:testing 2/10] drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2690:21: error: expected ';' before '}' token
2023-04-13 1:20 [jic23-iio:testing 2/10] drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2690:21: error: expected ';' before '}' token kernel test robot
@ 2023-04-13 11:00 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2023-04-13 11:00 UTC (permalink / raw)
To: kernel test robot; +Cc: oe-kbuild-all
On Thu, 13 Apr 2023 09:20:08 +0800
kernel test robot <lkp@intel.com> wrote:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git testing
> head: 32f442dba193b5682bd1e9784b0ea42893c6e966
> commit: 7a8fe04fbdc0cbb4da0fb6a5779a5f3959dc64c7 [2/10] iio: imu: lsm6dsx: Add ACPI mount matrix retrieval
> config: openrisc-randconfig-r003-20230409 (https://download.01.org/0day-ci/archive/20230413/202304130917.JK9wknvK-lkp@intel.com/config)
> compiler: or1k-linux-gcc (GCC) 12.1.0
> 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/jic23/iio.git/commit/?id=7a8fe04fbdc0cbb4da0fb6a5779a5f3959dc64c7
> git remote add jic23-iio https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
> git fetch --no-tags jic23-iio testing
> git checkout 7a8fe04fbdc0cbb4da0fb6a5779a5f3959dc64c7
> # save the config file
> mkdir build_dir && cp config build_dir/.config
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=openrisc olddefconfig
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=openrisc SHELL=/bin/bash drivers/iio/imu/st_lsm6dsx/
>
> If you fix the issue, kindly add following tag where applicable
> | Reported-by: kernel test robot <lkp@intel.com>
> | Link: https://lore.kernel.org/oe-kbuild-all/202304130917.JK9wknvK-lkp@intel.com/
>
> All errors (new ones prefixed by >>):
>
> drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c: In function 'lsm6dsx_get_acpi_mount_matrix':
> >> drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2690:21: error: expected ';' before '}' token
> 2690 | return false
Ouch. Fixed
Thanks,
Jonathan
> | ^
> | ;
> 2691 | }
> | ~
>
>
> vim +2690 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
>
> 2686
> 2687 static int lsm6dsx_get_acpi_mount_matrix(struct device *dev,
> 2688 struct iio_mount_matrix *orientation)
> 2689 {
> > 2690 return false
> 2691 }
> 2692
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-13 11:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-13 1:20 [jic23-iio:testing 2/10] drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2690:21: error: expected ';' before '}' token kernel test robot
2023-04-13 11:00 ` Jonathan Cameron
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.