linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND] staging: greybus: remove unnecessary blank line
@ 2023-03-19 13:24 Menna Mahmoud
  2023-03-22 18:35 ` Ira Weiny
  0 siblings, 1 reply; 2+ messages in thread
From: Menna Mahmoud @ 2023-03-19 13:24 UTC (permalink / raw)
  To: gregkh
  Cc: outreachy, vireshk, johan, elder, greybus-dev, linux-kernel,
	linux-staging, eng.mennamahmoud.mm

Remove unnecessary blank line before struct as reported
by checkpatch:

" CHECK: Please don't use multiple blank lines "

Signed-off-by: Menna Mahmoud <eng.mennamahmoud.mm@gmail.com>
---
 drivers/staging/greybus/greybus_authentication.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/greybus/greybus_authentication.h b/drivers/staging/greybus/greybus_authentication.h
index 7edc7295b7ab..48b4a9794d3c 100644
--- a/drivers/staging/greybus/greybus_authentication.h
+++ b/drivers/staging/greybus/greybus_authentication.h
@@ -41,7 +41,6 @@
 #define CAP_AUTH_RESULT_CR_NO_KEY	0x03
 #define CAP_AUTH_RESULT_CR_SIG_FAIL	0x04
 
-
 /* IOCTL support */
 struct cap_ioc_get_endpoint_uid {
 	__u8			uid[8];
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH RESEND] staging: greybus: remove unnecessary blank line
  2023-03-19 13:24 [PATCH RESEND] staging: greybus: remove unnecessary blank line Menna Mahmoud
@ 2023-03-22 18:35 ` Ira Weiny
  0 siblings, 0 replies; 2+ messages in thread
From: Ira Weiny @ 2023-03-22 18:35 UTC (permalink / raw)
  To: Menna Mahmoud, gregkh
  Cc: outreachy, vireshk, johan, elder, greybus-dev, linux-kernel,
	linux-staging, eng.mennamahmoud.mm

Menna Mahmoud wrote:
> Remove unnecessary blank line before struct as reported
> by checkpatch:
> 
> " CHECK: Please don't use multiple blank lines "
> 

Reviewed-by: Ira Weiny <ira.weiny@intel.com>

> Signed-off-by: Menna Mahmoud <eng.mennamahmoud.mm@gmail.com>
> ---
>  drivers/staging/greybus/greybus_authentication.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/staging/greybus/greybus_authentication.h b/drivers/staging/greybus/greybus_authentication.h
> index 7edc7295b7ab..48b4a9794d3c 100644
> --- a/drivers/staging/greybus/greybus_authentication.h
> +++ b/drivers/staging/greybus/greybus_authentication.h
> @@ -41,7 +41,6 @@
>  #define CAP_AUTH_RESULT_CR_NO_KEY	0x03
>  #define CAP_AUTH_RESULT_CR_SIG_FAIL	0x04
>  
> -
>  /* IOCTL support */
>  struct cap_ioc_get_endpoint_uid {
>  	__u8			uid[8];
> -- 
> 2.34.1
> 
> 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-22 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-19 13:24 [PATCH RESEND] staging: greybus: remove unnecessary blank line Menna Mahmoud
2023-03-22 18:35 ` Ira Weiny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).