diff mbox series

[1/3] dma-buf/dma-buf.c: add a blank line between the two adjoining functions

Message ID 20230330084911.1565071-1-15330273260@189.cn (mailing list archive)
State New, archived
Headers show
Series [1/3] dma-buf/dma-buf.c: add a blank line between the two adjoining functions | expand

Commit Message

Sui Jingfeng March 30, 2023, 8:49 a.m. UTC
From: Sui Jingfeng <suijingfeng@loongson.cn>

 Trivial cleanup, no functional change.

Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
---
 drivers/dma-buf/dma-buf.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/drivers/dma-buf/dma-buf.c b/drivers/dma-buf/dma-buf.c
index aa4ea8530cb3..485b022a31fa 100644
--- a/drivers/dma-buf/dma-buf.c
+++ b/drivers/dma-buf/dma-buf.c
@@ -777,10 +777,10 @@  static void mangle_sg_table(struct sg_table *sg_table)
 	for_each_sgtable_sg(sg_table, sg, i)
 		sg->page_link ^= ~0xffUL;
 #endif
-
 }
-static struct sg_table * __map_dma_buf(struct dma_buf_attachment *attach,
-				       enum dma_data_direction direction)
+
+static struct sg_table *__map_dma_buf(struct dma_buf_attachment *attach,
+				      enum dma_data_direction direction)
 {
 	struct sg_table *sg_table;
 	signed long ret;