linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] staging: vme_user: fix checks reported in vme_fake.c
@ 2023-08-27 19:32 Alexon Oliveira
  2023-08-27 19:32 ` [PATCH v4 1/4] staging: vme_user: fix check alignment of open parenthesis " Alexon Oliveira
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alexon Oliveira @ 2023-08-27 19:32 UTC (permalink / raw)
  To: gregkh
  Cc: martyn, manohar.vanga, linux-kernel, linux-staging, Alexon Oliveira

The goal of this series is to fix all warnings related to
aligment of open parenthesis, lines not ending with '(',
unnecessary blank lines and unnecessary space after a cast
in the vme_fake.c file, as reported by checkpatch to adhere
to the Linux kernel coding-style guidelines.

Alexon Oliveira (4):
  staging: vme_user: fix check alignment of open parenthesis in
    vme_fake.c
  staging: vme_user: fix check lines not ending with '(' in vme_fake.c
  staging: vme_user: fix check unnecessary blank lines in vme_fake.c
  staging: vme_user: fix check unnecessary space after a cast in
    vme_fake.c

 drivers/staging/vme_user/vme_fake.c | 72 ++++++++++++++---------------
 1 file changed, 35 insertions(+), 37 deletions(-)

-- 
2.41.0

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

end of thread, other threads:[~2023-08-27 19:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-27 19:32 [PATCH v4 0/4] staging: vme_user: fix checks reported in vme_fake.c Alexon Oliveira
2023-08-27 19:32 ` [PATCH v4 1/4] staging: vme_user: fix check alignment of open parenthesis " Alexon Oliveira
2023-08-27 19:32 ` [PATCH v4 2/4] staging: vme_user: fix check lines not ending with '(' " Alexon Oliveira
2023-08-27 19:32 ` [PATCH v4 3/4] staging: vme_user: fix check unnecessary blank lines " Alexon Oliveira
2023-08-27 19:32 ` [PATCH v4 4/4] staging: vme_user: fix check unnecessary space after a cast " Alexon Oliveira

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).