Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH 2/2] staging: vme_user: fix line exceeding 80 characters in vme_user.c
@ 2026-05-10 18:33 Hanu-man12shaw
  0 siblings, 0 replies; only message in thread
From: Hanu-man12shaw @ 2026-05-10 18:33 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, linux-staging, Hanu-man12shaw

Signed-off-by: Hanu-man12shaw <harshit116@gmail.com>
---
 drivers/staging/vme_user/vme_user.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/vme_user/vme_user.c b/drivers/staging/vme_user/vme_user.c
index 11e25c2f6b0a..f5e29933ba68 100644
--- a/drivers/staging/vme_user/vme_user.c
+++ b/drivers/staging/vme_user/vme_user.c
@@ -446,8 +446,9 @@ static void vme_user_vm_close(struct vm_area_struct *vma)
 	kfree(vma_priv);
 }
 
-static int vme_user_vm_mapped(unsigned long start, unsigned long end, pgoff_t pgoff,
-			      const struct file *file, void **vm_private_data)
+static int vme_user_vm_mapped(unsigned long start, unsigned long end,
+			      pgoff_t pgoff, const struct file *file,
+			      void **vm_private_data)
 {
 	const unsigned int minor = iminor(file_inode(file));
 	struct vme_user_vma_priv *vma_priv;
-- 
2.53.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-10 18:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-10 18:33 [PATCH 2/2] staging: vme_user: fix line exceeding 80 characters in vme_user.c Hanu-man12shaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox