From: Neel Chakraborty <neelchakrabortykernelwork@gmail.com>
To: martyn@welchs.me.uk
Cc: manohar.vanga@gmail.com, gregkh@linuxfoundation.org,
arnd@arndb.de, linux-kernel@vger.kernel.org,
linux-staging@lists.linux.dev,
Neel Chakraborty <neelchakrabortykernelwork@gmail.com>
Subject: [PATCH 001/001] drivers/staging/vme_user/vme.c: Fixed alignment issues
Date: Tue, 6 Jun 2023 16:53:22 +0530 [thread overview]
Message-ID: <20230606112321.1022783-1-neelchakrabortykernelwork@gmail.com> (raw)
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
next reply other threads:[~2023-06-06 11:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-06 11:23 Neel Chakraborty [this message]
2023-06-15 10:35 ` [PATCH 001/001] drivers/staging/vme_user/vme.c: Fixed alignment issues Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230606112321.1022783-1-neelchakrabortykernelwork@gmail.com \
--to=neelchakrabortykernelwork@gmail.com \
--cc=arnd@arndb.de \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=manohar.vanga@gmail.com \
--cc=martyn@welchs.me.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.