Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1686397
| From | Michal Simek <michal.simek@xilinx.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] pinctrl: zynq: Fix kernel doc warnings |
| Date | 2017-07-13 11:20 +0200 |
| Message-ID | <u2IrT-3Iw-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Nava kishore Manne <nava.manne@xilinx.com> This patch fixes the kernel doc warnings in the driver. Signed-off-by: Nava kishore Manne <navam@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> --- drivers/pinctrl/pinctrl-zynq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-zynq.c b/drivers/pinctrl/pinctrl-zynq.c index b51a46dfdcc3..7565651acdc6 100644 --- a/drivers/pinctrl/pinctrl-zynq.c +++ b/drivers/pinctrl/pinctrl-zynq.c @@ -45,7 +45,7 @@ * @syscon: Syscon regmap * @pctrl_offset: Offset for pinctrl into the @syscon space * @groups: Pingroups - * @ngroupos: Number of @groups + * @ngroups: Number of @groups * @funcs: Pinmux functions * @nfuncs: Number of @funcs */ -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/2] pinctrl: zynq: Fix kernel doc warnings Michal Simek <michal.simek@xilinx.com> - 2017-07-13 11:20 +0200 [PATCH 2/2] pinctrl: zynq: Fix warnings in the driver Michal Simek <michal.simek@xilinx.com> - 2017-07-13 11:20 +0200
csiph-web