aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/phram.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2020-11-09 18:21:45 +0000
committerMiquel Raynal <miquel.raynal@bootlin.com>2020-11-20 12:37:29 +0100
commit5fddeda7d3a87b5bb945cc756875d6adc7e77389 (patch)
treefcbb68dadbd3229be9583893a2f4ac75f4045a70 /drivers/mtd/devices/phram.c
parentmtd: mtdpart: Fix misdocumented function parameter 'mtd' (diff)
downloadlinux-dev-5fddeda7d3a87b5bb945cc756875d6adc7e77389.tar.xz
linux-dev-5fddeda7d3a87b5bb945cc756875d6adc7e77389.zip
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 <miquel.raynal@bootlin.com> Cc: Richard Weinberger <richard@nod.at> Cc: Vignesh Raghavendra <vigneshr@ti.com> Cc: "Jochen Schäuble" <psionic@psionic.de> Cc: linux-mtd@lists.infradead.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20201109182206.3037326-3-lee.jones@linaro.org
Diffstat (limited to '')
-rw-r--r--drivers/mtd/devices/phram.c2
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 <psionic@psionic.de>
* Copyright (c) 2003-2004 Joern Engel <joern@wh.fh-wedel.de>
*