All of lore.kernel.org
 help / color / mirror / Atom feed
* [wsa:renesas/sdhi/extop 6/6] drivers/mmc/host/tmio_mmc_core.c:909 tmio_mmc_max_busy_timeout() warn: inconsistent indenting
@ 2020-11-23 11:55 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2020-11-23 11:55 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1098 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/sdhi/extop
head:   0b18ef8ee5076691efbd678dc37ce97a55504123
commit: 0b18ef8ee5076691efbd678dc37ce97a55504123 [6/6] WIP2
config: powerpc64-randconfig-m031-20201123 (attached as .config)
compiler: powerpc64le-linux-gcc (GCC) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

smatch warnings:
drivers/mmc/host/tmio_mmc_core.c:909 tmio_mmc_max_busy_timeout() warn: inconsistent indenting

vim +909 drivers/mmc/host/tmio_mmc_core.c

   902	
   903	static void tmio_mmc_max_busy_timeout(struct tmio_mmc_host *host)
   904	{
   905		unsigned int clk_rate = host->mmc->actual_clock ?: host->mmc->f_max;
   906	
   907		host->mmc->max_busy_timeout = host->get_timeout_cycles(host) /
   908					      (clk_rate / MSEC_PER_SEC);
 > 909	printk(KERN_INFO "****** wsa: %u\n", host->mmc->max_busy_timeout);
   910	}
   911	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 30871 bytes --]

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

only message in thread, other threads:[~2020-11-23 11:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-23 11:55 [wsa:renesas/sdhi/extop 6/6] drivers/mmc/host/tmio_mmc_core.c:909 tmio_mmc_max_busy_timeout() warn: inconsistent indenting 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.