summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop/loop_file_fmt.h
diff options
context:
space:
mode:
authorManuel Bentele2019-08-23 14:07:31 +0200
committerManuel Bentele2019-08-23 14:07:31 +0200
commit8e6fdaeb45818ee3d73cbdc785503cb858e527f5 (patch)
treee3cbe839c7e73506c489454aed8dab0fcc219f0b /drivers/block/loop/loop_file_fmt.h
parentblock: loop: merge remote-tracking branch 'linux-block/master' (diff)
downloadkernel-qcow2-linux-8e6fdaeb45818ee3d73cbdc785503cb858e527f5.tar.gz
kernel-qcow2-linux-8e6fdaeb45818ee3d73cbdc785503cb858e527f5.tar.xz
kernel-qcow2-linux-8e6fdaeb45818ee3d73cbdc785503cb858e527f5.zip
block: loop: fix coding style issues in file format subsystem
Removes trailing whitespaces and other coding style issues in the loop file format subsystem and all additional files regarding to its implementation. Signed-off-by: Manuel Bentele <development@manuel-bentele.de>
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 {