All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
To: kernel test robot <lkp@intel.com>
Cc: <oe-kbuild-all@lists.linux.dev>
Subject: Re: [jic23-iio:testing 2/10] drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c:2690:21: error: expected ';' before '}' token
Date: Thu, 13 Apr 2023 12:00:44 +0100	[thread overview]
Message-ID: <20230413120044.000004a2@Huawei.com> (raw)
In-Reply-To: <202304130917.JK9wknvK-lkp@intel.com>

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	
> 


      reply	other threads:[~2023-04-13 11:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230413120044.000004a2@Huawei.com \
    --to=jonathan.cameron@huawei.com \
    --cc=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.