diff options
author | Akinobu Mita <[email protected]> | 2019-07-31 12:00:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-08-15 17:38:11 +0200 |
commit | 2a77eec0d3ca20481a340d4543930a704b3230f6 (patch) | |
tree | c3f5a8fbd8679928ca2da4c4cc5dd2c781c1d829 | |
parent | ce684d957c5672f3bb55e6b0872932b5b4c39c56 (diff) |
devcoredump: fix typo in comment
s/dev_coredumpmsg/dev_coredumpsg/ in the kernel-doc
Reviewed-by: Chaitanya Kulkarni <[email protected]>
Signed-off-by: Akinobu Mita <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Johannes Berg <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/base/devcoredump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/devcoredump.c b/drivers/base/devcoredump.c index 3c960a63062f..e42d0b514384 100644 --- a/drivers/base/devcoredump.c +++ b/drivers/base/devcoredump.c @@ -314,7 +314,7 @@ void dev_coredumpm(struct device *dev, struct module *owner, EXPORT_SYMBOL_GPL(dev_coredumpm); /** - * dev_coredumpmsg - create device coredump that uses scatterlist as data + * dev_coredumpsg - create device coredump that uses scatterlist as data * parameter * @dev: the struct device for the crashed device * @table: the dump data |