]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/pstore.h
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-linux.git] / include / linux / pstore.h
index e2233f50f4284826d2462ea900a2f430c8db8019..61f806a7fe29ec570a1c8f066767ef31c67b3042 100644 (file)
@@ -138,7 +138,10 @@ struct pstore_record {
  *             memory allocation may be broken during an Oops. Regardless,
  *             @buf must be proccesed or copied before returning. The
  *             backend is also expected to write @id with something that
- 8             can help identify this record to a future @erase callback.
+ *             can help identify this record to a future @erase callback.
+ *             The @time field will be prepopulated with the current time,
+ *             when available. The @size field will have the size of data
+ *             in @buf.
  *
  *     Returns 0 on success, and non-zero on error.
  *