Re: [PATCH] staging: vme_user: fix line exceeding 80 characters in vme_user.c

From: Greg KH

Date: Mon May 11 2026 - 04:30:40 EST


On Mon, May 11, 2026 at 08:08:15AM +0000, Harshit Shaw wrote:
> Wrap the vme_user_vm_mapped() function signature that
> exceeded the 80 character line limit as reported by
> checkpatch.pl.
>
> No functional change.
>
> Signed-off-by: Harshit Shaw <shawharshit116@xxxxxxxxx>
> ---
> 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
>
>

Didn't my bot ask for these all as a patch series?

{sigh}