On Mon, 4 Feb 2019, Guido Kiener wrote:

> From: Guido Kiener <guido.kie...@rohde-schwarz.com>
> 
> Fix spelling of automatically.
> 
> Signed-off-by: Guido Kiener <guido.kie...@rohde-schwarz.com>
> ---
>  drivers/usb/gadget/udc/net2280.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/gadget/udc/net2280.c 
> b/drivers/usb/gadget/udc/net2280.c
> index 1cb58fd5d1c6..430d582d8b6e 100644
> --- a/drivers/usb/gadget/udc/net2280.c
> +++ b/drivers/usb/gadget/udc/net2280.c
> @@ -912,7 +912,7 @@ static void start_dma(struct net2280_ep *ep, struct 
> net2280_request *req)
>       tmp = dmactl_default;
>  
>       /* force packet boundaries between dma requests, but prevent the
> -      * controller from automagically writing a last "short" packet
> +      * controller from automatically writing a last "short" packet

This is not a misspelling.  It is deliberate:

        http://www.hacker-dictionary.com/terms/automagically

Alan Stern

>        * (zero length) unless the driver explicitly said to do that.
>        */
>       if (ep->is_in) {
> 

Reply via email to