diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-04 22:26:53 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-17 19:54:33 +0300 |
commit | 455102d435a01bfed582f233b56a3338b608f2f2 (patch) | |
tree | 8347f23d9eb27d501409e180baa3513915d81227 | |
parent | 79f35b7cc664bdc018c909b47e539525b5f9015a (diff) | |
download | linux-455102d435a01bfed582f233b56a3338b608f2f2.tar.xz |
ARM: s3c24xx: ts: document function argument
Document function argument in kerneldoc comment to fix W=1 compile
warning:
arch/arm/mach-s3c24xx/setup-ts.c:27: warning: Function parameter or member 'dev' not described in 's3c24xx_ts_cfg_gpio'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-rw-r--r-- | arch/arm/mach-s3c24xx/setup-ts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/setup-ts.c b/arch/arm/mach-s3c24xx/setup-ts.c index bf1a7fcf465f..272d65400b71 100644 --- a/arch/arm/mach-s3c24xx/setup-ts.c +++ b/arch/arm/mach-s3c24xx/setup-ts.c @@ -18,6 +18,7 @@ struct platform_device; /* don't need the contents */ /** * s3c24xx_ts_cfg_gpio - configure gpio for s3c2410 systems + * @dev: Device to configure GPIO for (ignored) * * Configure the GPIO for the S3C2410 system, where we have external FETs * connected to the device (later systems such as the S3C2440 integrate |