From: Christoph Hellwig Date: Fri, 16 Oct 2020 13:20:40 +0000 (+0200) Subject: pstore/blk: update the command line example X-Git-Tag: v5.15~2172^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45a8af4412b1143760cbc7255b8c53271df89ed7;p=platform%2Fkernel%2Flinux-starfive.git pstore/blk: update the command line example Use the human readable device name instead of the device number, and add the required best_effort parameter. Signed-off-by: Christoph Hellwig Reviewed-by: WeiXiong Liao Reviewed-by: Kees Cook Signed-off-by: Kees Cook Link: https://lore.kernel.org/r/20201016132047.3068029-3-hch@lst.de --- diff --git a/Documentation/admin-guide/pstore-blk.rst b/Documentation/admin-guide/pstore-blk.rst index 6898aba..83543cb 100644 --- a/Documentation/admin-guide/pstore-blk.rst +++ b/Documentation/admin-guide/pstore-blk.rst @@ -35,7 +35,7 @@ module parameters have priority over Kconfig. Here is an example for module parameters:: - pstore_blk.blkdev=179:7 pstore_blk.kmsg_size=64 + pstore_blk.blkdev=/dev/mmcblk0p7 pstore_blk.kmsg_size=64 best_effort=y The detail of each configurations may be of interest to you.