2021-04-04 11:17:22

by Zhansaya Bagdauletkyzy

[permalink] [raw]
Subject: [Outreachy kernel][PATCH] staging: sm750fb: Remove unnecessary blank line

Remove unnecessary extra blank line to improve readability.
Reported by checkpatch.

Signed-off-by: Zhansaya Bagdauletkyzy <[email protected]>
---
drivers/staging/sm750fb/sm750.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/sm750fb/sm750.h b/drivers/staging/sm750fb/sm750.h
index 1b3f5f649c52..23eefd019ec9 100644
--- a/drivers/staging/sm750fb/sm750.h
+++ b/drivers/staging/sm750fb/sm750.h
@@ -64,7 +64,6 @@ struct lynx_accel {
u32 x, u32 y, u32 width, u32 height,
u32 color, u32 rop);

-
int (*de_copyarea)(struct lynx_accel *accel,
u32 s_base, u32 s_pitch,
u32 sx, u32 sy,
--
2.25.1