Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1186828
| From | kbuild test robot <fengguang.wu@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [pinctrl:devel 30/37] drivers/pinctrl/pinconf.c:205:6: sparse: symbol 'pinconf_show_config' was not declared. Should it be static? |
| Date | 2015-07-17 15:40 +0200 |
| Message-ID | <pNe1Q-6Sg-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
tree: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git devel head: 16c06171faa4ad430393ca896fc62eb9e2e6dd40 commit: d96310aeddc692cf1f06861cf722c4843e0a3f28 [30/37] pinctrl: pinconf: Fix display of configs reproduce: # apt-get install sparse git checkout d96310aeddc692cf1f06861cf722c4843e0a3f28 make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) >> drivers/pinctrl/pinconf.c:205:6: sparse: symbol 'pinconf_show_config' was not declared. Should it be static? Please review and possibly fold the followup patch. --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[pinctrl:devel 30/37] drivers/pinctrl/pinconf.c:205:6: sparse: symbol 'pinconf_show_config' was not declared. Should it be static? kbuild test robot <fengguang.wu@intel.com> - 2015-07-17 15:40 +0200
[PATCH pinctrl] pinctrl: pinconf: pinconf_show_config() can be static kbuild test robot <fengguang.wu@intel.com> - 2015-07-17 15:40 +0200
Re: [PATCH pinctrl] pinctrl: pinconf: pinconf_show_config() can be static Linus Walleij <linus.walleij@linaro.org> - 2015-07-17 15:50 +0200
csiph-web