From: Juliana Rodrigueiro <[email protected]>
Date: Mon, 29 Jul 2019 10:20:56 +0200

> @@ -1705,12 +1705,22 @@ static int
>  setup_hfcsusb(struct hfcsusb *hw)
>  {
>       u_char b;
> +     int ret;
> +     void *dmabuf = kmalloc(sizeof(u_char), GFP_KERNEL);

Please order these local variable declarations from longest to shortest line.

Thank you.

Reply via email to