Linux USB
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Neel Chakraborty <neelchakrabortykernelwork@gmail.com>
Cc: b-liu@ti.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] drivers: usb: musb: musb_gadget: replaced bare unsigned to unsigned int
Date: Tue, 6 Jun 2023 12:33:08 +0200	[thread overview]
Message-ID: <2023060659-thievish-shakiness-8412@gregkh> (raw)
In-Reply-To: <20230606102910.1013674-1-neelchakrabortykernelwork@gmail.com>

On Tue, Jun 06, 2023 at 03:59:10PM +0530, Neel Chakraborty wrote:
> Replaced code that was using bare unsigned to use unsigned int
> 
> Signed-off-by: Neel Chakraborty <neelchakrabortykernelwork@gmail.com>
> ---
>  drivers/usb/musb/musb_gadget.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Where is patch 1/2 of this series?

As it looks like you are new to kernel development, I strongly
recomomend you start out doing coding cleanups in the drivers/staging/
portion of the kernel first, as that is explicitly what it is there for.
That keeps kernel developers and maintainers of other subsystems from
having to work through basic issues like this.

Also, I recommend re-reading the kernel documentation for how to submit
a patch, this isn't the correct way :)

thanks,

greg k-h

      reply	other threads:[~2023-06-06 10:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-06 10:29 [PATCH 2/2] drivers: usb: musb: musb_gadget: replaced bare unsigned to unsigned int Neel Chakraborty
2023-06-06 10:33 ` Greg KH [this message]

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=2023060659-thievish-shakiness-8412@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=b-liu@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=neelchakrabortykernelwork@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox