From: Bhaskar Chowdhury Date: Mon, 22 Mar 2021 06:35:30 +0000 (+0530) Subject: scsi: bnx2fc: Fix a typo X-Git-Tag: v5.13-rc1~103^2~170 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fae809faec6708a86abcbefc8a820de41e43bea;p=thirdparty%2Fkernel%2Flinux.git scsi: bnx2fc: Fix a typo s/struture/structure/ Link: https://lore.kernel.org/r/20210322063530.3588282-1-unixbhaskar@gmail.com Acked-by: Randy Dunlap Signed-off-by: Bhaskar Chowdhury Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c index 16bb6d2f98de5..8863a74e6c57d 100644 --- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c +++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c @@ -1796,7 +1796,7 @@ static void bnx2fc_unbind_pcidev(struct bnx2fc_hba *hba) /** * bnx2fc_ulp_get_stats - cnic callback to populate FCoE stats * - * @handle: transport handle pointing to adapter struture + * @handle: transport handle pointing to adapter structure */ static int bnx2fc_ulp_get_stats(void *handle) {