[PATCH] mtd: nand: qpic_common: drop stray empty line from struct 'bam_transaction'

Gabor Juhos posted 1 patch 3 days, 23 hours ago
include/linux/mtd/nand-qpic-common.h | 1 -
1 file changed, 1 deletion(-)
[PATCH] mtd: nand: qpic_common: drop stray empty line from struct 'bam_transaction'
Posted by Gabor Juhos 3 days, 23 hours ago
Drop a superfluous empty line from the end of the 'bam_positions'
structure group within the 'bam_transaction' structure.

No functional changes.

Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
---
 include/linux/mtd/nand-qpic-common.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/mtd/nand-qpic-common.h b/include/linux/mtd/nand-qpic-common.h
index 437448995187..0f40964eefe7 100644
--- a/include/linux/mtd/nand-qpic-common.h
+++ b/include/linux/mtd/nand-qpic-common.h
@@ -262,7 +262,6 @@ struct bam_transaction {
 		u32 tx_sgl_start;
 		u32 rx_sgl_pos;
 		u32 rx_sgl_start;
-
 	);
 };
 

---
base-commit: 7e874b1750a40f3dc9a629aeb72eba09c77f77e9
change-id: 20260920-qpic_common-drop-empty-line-b007bde75912

Best regards,
-- 
Gabor Juhos <j4g8y7@gmail.com>