power: bq27xxx_battery: Fix typos and change naming for state of charge functions
[deliverable/linux.git] / fs / xfs / xfs_buf_item.h
index 3f3455a415102de167271a7467725da410a21f24..f7eba99d19dde9404c1517633fd8f34f16a36599 100644 (file)
@@ -61,7 +61,7 @@ typedef struct xfs_buf_log_item {
        struct xfs_buf_log_format __bli_format; /* embedded in-log header */
 } xfs_buf_log_item_t;
 
-void   xfs_buf_item_init(struct xfs_buf *, struct xfs_mount *);
+int    xfs_buf_item_init(struct xfs_buf *, struct xfs_mount *);
 void   xfs_buf_item_relse(struct xfs_buf *);
 void   xfs_buf_item_log(xfs_buf_log_item_t *, uint, uint);
 uint   xfs_buf_item_dirty(xfs_buf_log_item_t *);
This page took 0.026963 seconds and 5 git commands to generate.