linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 001/001] drivers/staging/vme_user/vme.c: Fixed alignment issues
@ 2023-06-06 11:23 Neel Chakraborty
  2023-06-15 10:35 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Neel Chakraborty @ 2023-06-06 11:23 UTC (permalink / raw)
  To: martyn
  Cc: manohar.vanga, gregkh, arnd, linux-kernel, linux-staging,
	Neel Chakraborty

Made alignment match open parenthesis.

Signed-off-by: Neel Chakraborty <neelchakrabortykernelwork@gmail.com>
---
 drivers/staging/vme_user/vme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vme_user/vme.c b/drivers/staging/vme_user/vme.c
index b5555683a069..8a9efb4a00a3 100644
--- a/drivers/staging/vme_user/vme.c
+++ b/drivers/staging/vme_user/vme.c
@@ -79,7 +79,7 @@ static struct vme_bridge *find_bridge(struct vme_resource *resource)
  * Return: Virtual address of allocation on success, NULL on failure.
  */
 void *vme_alloc_consistent(struct vme_resource *resource, size_t size,
-	dma_addr_t *dma)
+			   dma_addr_t *dma)
 {
 	struct vme_bridge *bridge;
 
-- 
2.40.1


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

end of thread, other threads:[~2023-06-15 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-06 11:23 [PATCH 001/001] drivers/staging/vme_user/vme.c: Fixed alignment issues Neel Chakraborty
2023-06-15 10:35 ` Greg KH

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