diff options
author | Lee Jones <[email protected]> | 2021-05-20 13:13:46 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-05-21 10:09:30 +0200 |
commit | f40b70d3daf5407fbc9c70db93ccc17bad9882e5 (patch) | |
tree | 24d6ad1af4a2c1e7f90b66a6fae18b4f3a0b6fe4 | |
parent | d80758c02fcf295bbad7c4c73f399f83f0be49d6 (diff) |
char: hw_random: pseries-rng: Demote non-conformant kernel-doc header
Fixes the following W=1 kernel build warning(s):
drivers/char/hw_random/pseries-rng.c:42: warning: Function parameter or member 'vdev' not described in 'pseries_rng_get_desired_dma'
Cc: Matt Mackall <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Lijun Pan <[email protected]>
Cc: "Uwe Kleine-König" <[email protected]>
Cc: Tyrel Datwyler <[email protected]>
Cc: Michael Neuling <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Reviewed-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/char/hw_random/pseries-rng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hw_random/pseries-rng.c b/drivers/char/hw_random/pseries-rng.c index f4949b689bd5..62bdd5af1339 100644 --- a/drivers/char/hw_random/pseries-rng.c +++ b/drivers/char/hw_random/pseries-rng.c @@ -29,7 +29,7 @@ static int pseries_rng_read(struct hwrng *rng, void *data, size_t max, bool wait return 8; } -/** +/* * pseries_rng_get_desired_dma - Return desired DMA allocate for CMO operations * * This is a required function for a driver to operate in a CMO environment |