All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [wsa:renesas/sdhi/extop 6/6] drivers/mmc/host/tmio_mmc_core.c:909 tmio_mmc_max_busy_timeout() warn: inconsistent indenting
Date: Mon, 23 Nov 2020 19:55:22 +0800	[thread overview]
Message-ID: <202011231919.fUrB77sj-lkp@intel.com> (raw)

[-- 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 --]

                 reply	other threads:[~2020-11-23 11:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202011231919.fUrB77sj-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.