Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Lee Jones and committed by
Miquel Raynal
5fddeda7 620747ee

+1 -1
+1 -1
drivers/mtd/devices/phram.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 - /** 2 + /* 3 3 * Copyright (c) ???? Jochen Schäuble <psionic@psionic.de> 4 4 * Copyright (c) 2003-2004 Joern Engel <joern@wh.fh-wedel.de> 5 5 *