Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: bnx2fc: Fix a typo

s/struture/structure/

Link: https://lore.kernel.org/r/20210322063530.3588282-1-unixbhaskar@gmail.com
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Bhaskar Chowdhury and committed by
Martin K. Petersen
5fae809f 206a3afa

+1 -1
+1 -1
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
··· 1796 1796 /** 1797 1797 * bnx2fc_ulp_get_stats - cnic callback to populate FCoE stats 1798 1798 * 1799 - * @handle: transport handle pointing to adapter struture 1799 + * @handle: transport handle pointing to adapter structure 1800 1800 */ 1801 1801 static int bnx2fc_ulp_get_stats(void *handle) 1802 1802 {