Hi Jan, I love your patch! Perhaps something to improve: [auto build test WARNING on axboe-block/for-next] [also build test WARNING on linus/master v5.19-rc2 next-20220617] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/intel-lab-lkp/linux/commits/Jan-Kara/block-Fix-IO-priority-mess/20220621-001427 base: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git for-next config: mips-randconfig-m031-20220619 (https://download.01.org/0day-ci/archive/20220621/202206210847.sBhjsEiQ-lkp@xxxxxxxxx/config) compiler: mips-linux-gcc (GCC) 11.3.0 If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot <lkp@xxxxxxxxx> smatch warnings: block/ioprio.c:184 get_task_raw_ioprio() warn: inconsistent indenting vim +184 block/ioprio.c 183 > 184 ret = security_task_getioprio(p); 185 if (ret) 186 goto out; 187 task_lock(p); 188 if (p->io_context) 189 ret = p->io_context->ioprio; 190 else 191 ret = IOPRIO_DEFAULT; 192 task_unlock(p); 193 out: 194 return ret; 195 } 196 -- 0-DAY CI Kernel Test Service https://01.org/lkp