aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/pstore.h
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2018-11-01 14:03:07 -0700
committerKees Cook <keescook@chromium.org>2018-12-03 16:52:35 -0800
commit0eed84ffb094bbddfb4b9378ef0a2eccf4dda99c (patch)
tree67a4d68cf26f25dde588702cb4ed4f905436e91b /include/linux/pstore.h
parentpstore/ram: Add kern-doc for struct persistent_ram_zone (diff)
downloadwireguard-linux-0eed84ffb094bbddfb4b9378ef0a2eccf4dda99c.tar.xz
wireguard-linux-0eed84ffb094bbddfb4b9378ef0a2eccf4dda99c.zip
pstore: Improve and update some comments and status output
This improves and updates some comments: - dump handler comment out of sync from calling convention - fix kern-doc typo and improves status output: - reminder that only kernel crash dumps are compressed - do not be silent about ECC infrastructure failures Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'include/linux/pstore.h')
-rw-r--r--include/linux/pstore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pstore.h b/include/linux/pstore.h
index 30fcec375a3a..81669aa80027 100644
--- a/include/linux/pstore.h
+++ b/include/linux/pstore.h
@@ -85,7 +85,7 @@ struct pstore_record {
/**
* struct pstore_info - backend pstore driver structure
*
- * @owner: module which is repsonsible for this backend driver
+ * @owner: module which is responsible for this backend driver
* @name: name of the backend driver
*
* @buf_lock: spinlock to serialize access to @buf