Commit 2862a3a2 authored by Lee Jones's avatar Lee Jones Committed by Martin K. Petersen

scsi: aic94xx: Demote seemingly unintentional kerneldoc header

This is the only use of kerneldoc in the sourcefile and no
descriptions are provided.

Fixes the following W=1 kernel build warning(s):

 drivers/scsi/aic94xx/aic94xx_init.c:538: warning: Function parameter or member 'asd_ha' not described in 'asd_free_edbs'

Link: https://lore.kernel.org/r/20200713074645.126138-26-lee.jones@linaro.org
Cc: YueHaibing <yuehaibing@huawei.com>
Cc: Luben Tuikov <luben_tuikov@adaptec.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 00a72e8c
......@@ -529,7 +529,7 @@ static int asd_create_ha_caches(struct asd_ha_struct *asd_ha)
return 0;
}
/**
/*
* asd_free_edbs -- free empty data buffers
* asd_ha: pointer to host adapter structure
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment