All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/staging/iio/frequency/ad9832.c:115:53: error: expected ';' at end of declaration
@ 2026-04-12 12:34 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-04-12 12:34 UTC (permalink / raw)
  To: oe-kbuild; +Cc: lkp

:::::: 
:::::: Manual check reason: "bisect to a FBC not belonging to original linux-review patches: branch: linux-review/Joshua-Crofts/iio-frequency-ad9832-remove-kernel-h-proxy-header/20260412-132456, commit: 1d815eeb63e9efc21b0e38b1ba5ab08cfb23bef1"
:::::: 

BCC: lkp@intel.com
CC: llvm@lists.linux.dev
CC: oe-kbuild-all@lists.linux.dev
TO: Joshua Crofts <joshua.crofts1@gmail.com>
CC: 0day robot <lkp@intel.com>

tree:   https://github.com/intel-lab-lkp/linux/commits/Joshua-Crofts/iio-frequency-ad9832-remove-kernel-h-proxy-header/20260412-132456
head:   1d815eeb63e9efc21b0e38b1ba5ab08cfb23bef1
commit: 1d815eeb63e9efc21b0e38b1ba5ab08cfb23bef1 iio: frequency: ad9832: simplify bitwise math
date:   7 hours ago
:::::: branch date: 7 hours ago
:::::: commit date: 7 hours ago
config: powerpc64-randconfig-002-20260412 (https://download.01.org/0day-ci/archive/20260412/202604122044.v8Ob5K4e-lkp@intel.com/config)
compiler: clang version 23.0.0git (https://github.com/llvm/llvm-project ae825cb8cea7f3ac8e5e4096f22713845cf5e501)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260412/202604122044.v8Ob5K4e-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202604122044.v8Ob5K4e-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/staging/iio/frequency/ad9832.c:115:53: error: expected ';' at end of declaration
     115 |         u64 freqreg = (u64)fout * BIT_ULL(AD9832_FREQ_BITS)i;
         |                                                            ^
         |                                                            ;
   1 error generated.


vim +115 drivers/staging/iio/frequency/ad9832.c

d89aa24585a5e35 drivers/staging/iio/frequency/ad9832.c Narcisa Ana Maria Vasile 2017-02-27  112  
ea707584bac187c drivers/staging/iio/dds/ad9832.c       Michael Hennerich        2011-02-09  113  static unsigned long ad9832_calc_freqreg(unsigned long mclk, unsigned long fout)
ea707584bac187c drivers/staging/iio/dds/ad9832.c       Michael Hennerich        2011-02-09  114  {
1d815eeb63e9efc drivers/staging/iio/frequency/ad9832.c Joshua Crofts            2026-04-11 @115  	u64 freqreg = (u64)fout * BIT_ULL(AD9832_FREQ_BITS)i;
1d815eeb63e9efc drivers/staging/iio/frequency/ad9832.c Joshua Crofts            2026-04-11  116  
ea707584bac187c drivers/staging/iio/dds/ad9832.c       Michael Hennerich        2011-02-09  117  	do_div(freqreg, mclk);
ea707584bac187c drivers/staging/iio/dds/ad9832.c       Michael Hennerich        2011-02-09  118  	return freqreg;
ea707584bac187c drivers/staging/iio/dds/ad9832.c       Michael Hennerich        2011-02-09  119  }
ea707584bac187c drivers/staging/iio/dds/ad9832.c       Michael Hennerich        2011-02-09  120  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-04-12 12:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-12 12:34 drivers/staging/iio/frequency/ad9832.c:115:53: error: expected ';' at end of declaration kernel test robot

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.