Re: [PATCH] staging: gdm724x: Fix Duplication of Side Effects
From: Greg KH
Date: Thu Mar 31 2022 - 07:34:06 EST
On Thu, Mar 31, 2022 at 12:18:49PM +0200, Alaa Mohamed wrote:
> Fix Duplication of Side Effects for GDM_TTY_READY(gdm) macro
> reported by checkpatch
> "CHECK: Macro argument reuse 'gdm' - possible side-effects?"
There are no such side-effects here, sorry. Please always evaluate the
code to see what it does, checkpatch sometimes gets it wrong.
thanks,
greg k-h