diff options
author | Lee Jones <[email protected]> | 2020-11-09 18:21:45 +0000 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2020-11-20 12:37:29 +0100 |
commit | 5fddeda7d3a87b5bb945cc756875d6adc7e77389 (patch) | |
tree | fcbb68dadbd3229be9583893a2f4ac75f4045a70 | |
parent | 620747ee41294589f20073d393adaa2e50c108a9 (diff) |
mtd: devices: phram: File headers are not good candidates for kernel-doc
Fixes the following W=1 kernel build warning(s):
drivers/mtd/devices/phram.c:19: warning: Function parameter or member 'fmt' not described in 'pr_fmt'
Cc: Miquel Raynal <[email protected]>
Cc: Richard Weinberger <[email protected]>
Cc: Vignesh Raghavendra <[email protected]>
Cc: "Jochen Schäuble" <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
-rw-r--r-- | drivers/mtd/devices/phram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/phram.c b/drivers/mtd/devices/phram.c index 087b5e86d1bf..9e4d60bd427f 100644 --- a/drivers/mtd/devices/phram.c +++ b/drivers/mtd/devices/phram.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/** +/* * Copyright (c) ???? Jochen Schäuble <[email protected]> * Copyright (c) 2003-2004 Joern Engel <[email protected]> * |