summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop/loop_file_fmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/loop/loop_file_fmt.h')
-rw-r--r--drivers/block/loop/loop_file_fmt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/block/loop/loop_file_fmt.h b/drivers/block/loop/loop_file_fmt.h
index cd62dee60bf7..5c0e49376e98 100644
--- a/drivers/block/loop/loop_file_fmt.h
+++ b/drivers/block/loop/loop_file_fmt.h
@@ -16,7 +16,7 @@ struct loop_file_fmt;
/**
* struct loop_file_fmt_ops - File format subsystem operations
- *
+ *
* Data structure representing the file format subsystem interface.
*/
struct loop_file_fmt_ops {
@@ -73,8 +73,8 @@ struct loop_file_fmt_ops {
/**
* struct loop_file_fmt_driver - File format subsystem driver
- *
- * Data structure to implement file format drivers for the file format
+ *
+ * Data structure to implement file format drivers for the file format
* subsystem.
*/
struct loop_file_fmt_driver {
@@ -135,7 +135,7 @@ enum {
/**
* struct loop_file_fmt - Loop file format
- *
+ *
* Data structure to use with the file format the loop file format subsystem.
*/
struct loop_file_fmt {