On Wed, 3 Jan 2024 16:19:45 +0300 Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > On Fri, Dec 22, 2023 at 09:47:35AM +0100, Nam Cao wrote: > > On Thu, 21 Dec 2023 20:22:48 +0000 Ryan England <rcengland@xxxxxxxxx> wrote: > > > static u32 start_drv_threads(struct _adapter *padapter) > > > { > > > - padapter->cmd_thread = kthread_run(r8712_cmd_thread, padapter, "%s", > > > - padapter->pnetdev->name); > > > + padapter->cmd_thread = kthread_run(r8712_cmd_thread, padapter, "%s", padapter->pnetdev->name); > > > > Your description claims to fix "CHECK: Alignment should match open > > parenthesis", but this one is already aligned, isn't it? > > No. It was not aligned. There was a space character missing. Ah right, sorry for the noises. Best regards, Nam