From d3361373bdda6e5448e7aa3985c2c684f185ff6f Mon Sep 17 00:00:00 2001 From: Zhansaya Bagdauletkyzy Date: Sun, 4 Apr 2021 17:10:55 +0600 Subject: [PATCH] staging: sm750fb: Remove unnecessary blank line Remove unnecessary extra blank line to improve readability. Reported by checkpatch. Signed-off-by: Zhansaya Bagdauletkyzy Link: https://lore.kernel.org/r/20210404111055.GA22626@zhans Signed-off-by: Greg Kroah-Hartman --- 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 1b3f5f649c526..23eefd019ec91 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.30.2