Removing unnecessary blank line
Signed-off-by: B K Karthik <[email protected]>
---
drivers/staging/rtl8712/rtl8712_recv.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/rtl8712/rtl8712_recv.h b/drivers/staging/rtl8712/rtl8712_recv.h
index 3e385b2242d8..69d3d5b287d3 100644
--- a/drivers/staging/rtl8712/rtl8712_recv.h
+++ b/drivers/staging/rtl8712/rtl8712_recv.h
@@ -84,7 +84,6 @@ union recvstat {
unsigned int value[RXDESC_SIZE>>2];
};
-
struct recv_buf {
struct list_head list;
spinlock_t recvbuf_lock;
--
2.20.1
On Sat, Jun 27, 2020 at 04:03:56AM -0400, B K Karthik wrote:
> Removing unnecessary blank line
That says what you are doing, but not why you are doing it...
Stop, take a day or so, relax, and come back after reading a bunch about
how to write a good changelog text (link has been provided to you many
times already).
There's no rush here. Take the time to get it right so you don't waste
other people's time.
thanks,
greg k-h