Re: [PATCH V2 04/12 net-next] qca_7k_common: Drop unnecessary function description
From: Jacob Keller <jacob.e.keller@intel.com>
Date: 2023-12-20 22:23:32
Also in:
lkml
From: Jacob Keller <jacob.e.keller@intel.com>
Date: 2023-12-20 22:23:32
Also in:
lkml
On 12/18/2023 3:26 PM, Stefan Wahren wrote:
qcafrm_fsm_decode has the almost the same function description in qca_7k_common.c. So drop the comment here. Signed-off-by: Stefan Wahren <wahrenst@gmx.net> ---
Better to have this in only one place so its less likely to become stale. Users who want to review just the doc and prototypes can generate this from the kernel-doc. Makes sense. Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>