On 19.01.2024 04:28, Randy Dunlap wrote: > Use the documented notation for nested struct members. > Add a Returns: comment for qcom_smp2p_intr(). > > These changes prevent these kernel-doc warnings: > > smp2p.c:78: warning: Excess struct member 'name' description in 'smp2p_smem_item' > smp2p.c:78: warning: Excess struct member 'value' description in 'smp2p_smem_item' > smp2p.c:280: warning: No description found for return value of 'qcom_smp2p_intr' > > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Cc: Bjorn Andersson <andersson@xxxxxxxxxx> > Cc: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > Cc: linux-arm-msm@xxxxxxxxxxxxxxx > --- Thanks! Acked-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad