Hi Zixun,

Thank you for the patch.

On mar., juil. 23, 2024 at 15:18, Zixun LI <ad...@hifiphile.com> wrote:

> Sort includes in alphabetical order.
>
> Signed-off-by: Zixun LI <z...@ogga.fr>

Reviewed-by: Mattijs Korpershoek <mkorpersh...@baylibre.com>

> ---
>  drivers/usb/gadget/atmel_usba_udc.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/usb/gadget/atmel_usba_udc.c 
> b/drivers/usb/gadget/atmel_usba_udc.c
> index f99553df8d..5f78251fdb 100644
> --- a/drivers/usb/gadget/atmel_usba_udc.c
> +++ b/drivers/usb/gadget/atmel_usba_udc.c
> @@ -7,16 +7,16 @@
>   *                      Bo Shen <voice.s...@atmel.com>
>   */
>  
> -#include <linux/bitops.h>
> -#include <linux/errno.h>
> +#include <malloc.h>
>  #include <asm/gpio.h>
>  #include <asm/hardware.h>
> +#include <linux/bitops.h>
> +#include <linux/errno.h>
>  #include <linux/list.h>
>  #include <linux/printk.h>
>  #include <linux/usb/ch9.h>
>  #include <linux/usb/gadget.h>
>  #include <linux/usb/atmel_usba_udc.h>
> -#include <malloc.h>
>  
>  #include "atmel_usba_udc.h"
>  
> -- 
> 2.45.2

Reply via email to