public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Dave Penkler <dpenkler@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: drivers/staging/gpib/fmh_gpib/fmh_gpib.c:1665:3-8: No need to set .owner here. The core will do it.
Date: Fri, 24 Jan 2025 11:58:39 +0800	[thread overview]
Message-ID: <202501241118.cLk6pLFB-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   e0b1f59142746f74476a03040f745329c8355a7e
commit: 80242c4a9d50e71a4df1b7fa19b922ac88aab22b staging: gpib: Workaround for ppc build failure
date:   7 weeks ago
config: arc-randconfig-r051-20250124 (https://download.01.org/0day-ci/archive/20250124/202501241118.cLk6pLFB-lkp@intel.com/config)
compiler: arc-elf-gcc (GCC) 13.2.0

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/oe-kbuild-all/202501241118.cLk6pLFB-lkp@intel.com/

cocci warnings: (new ones prefixed by >>)
>> drivers/staging/gpib/fmh_gpib/fmh_gpib.c:1665:3-8: No need to set .owner here. The core will do it.

vim +1665 drivers/staging/gpib/fmh_gpib/fmh_gpib.c

8e4841a0888c74 Dave Penkler 2024-09-18  1661  
8e4841a0888c74 Dave Penkler 2024-09-18  1662  static struct platform_driver fmh_gpib_platform_driver = {
8e4841a0888c74 Dave Penkler 2024-09-18  1663  	.driver = {
8e4841a0888c74 Dave Penkler 2024-09-18  1664  		.name = "fmh_gpib",
8e4841a0888c74 Dave Penkler 2024-09-18 @1665  		.owner = THIS_MODULE,
8e4841a0888c74 Dave Penkler 2024-09-18  1666  		.of_match_table = fmh_gpib_of_match,
8e4841a0888c74 Dave Penkler 2024-09-18  1667  	},
8e4841a0888c74 Dave Penkler 2024-09-18  1668  	.probe = &fmh_gpib_platform_probe
8e4841a0888c74 Dave Penkler 2024-09-18  1669  };
8e4841a0888c74 Dave Penkler 2024-09-18  1670  

:::::: The code at line 1665 was first introduced by commit
:::::: 8e4841a0888c74bdcb6ba115d6405206f0c2e8b4 staging: gpib: Add Frank Mori Hess FPGA PCI GPIB driver

:::::: TO: Dave Penkler <dpenkler@gmail.com>
:::::: CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

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

                 reply	other threads:[~2025-01-24  3:59 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=202501241118.cLk6pLFB-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=dpenkler@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox