This is missing a comment for the 'emit' member. Add it.
Signed-off-by: Simon Glass <[email protected]>
---
include/log.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/log.h b/include/log.h
index dc1b6b5e4c6..b49f5c99859 100644
--- a/include/log.h
+++ b/include/log.h
@@ -304,6 +304,7 @@ struct log_device;
* struct log_driver - a driver which accepts and processes log records
*
* @name: Name of driver
+ * @emit: Method to call to emit a log record via this device
*/
struct log_driver {
const char *name;
--
2.28.0.681.g6f77f65b4e-goog