From: Wayne Porter Date: Tue, 11 Oct 2016 21:56:29 +0000 (+0000) Subject: staging: rts5208: Fix typo in function name X-Git-Tag: v4.10-rc1~148^2~578 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7fb7a2fc40d7a35dcd5949b51d13fde29e2435cd;p=karo-tx-linux.git staging: rts5208: Fix typo in function name Searched the entire kernel for any references to this function and it appears safe to fix the typo Signed-off-by: Wayne Porter Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rts5208/rtsx_scsi.c b/drivers/staging/rts5208/rtsx_scsi.c index becb4bba166c..f2aab067e84e 100644 --- a/drivers/staging/rts5208/rtsx_scsi.c +++ b/drivers/staging/rts5208/rtsx_scsi.c @@ -3100,7 +3100,7 @@ static int ms_sp_cmnd(struct scsi_cmnd *srb, struct rtsx_chip *chip) } #ifdef SUPPORT_CPRM -static int sd_extention_cmnd(struct scsi_cmnd *srb, struct rtsx_chip *chip) +static int sd_extension_cmnd(struct scsi_cmnd *srb, struct rtsx_chip *chip) { unsigned int lun = SCSI_LUN(srb); int result; @@ -3510,7 +3510,7 @@ int rtsx_scsi_handler(struct scsi_cmnd *srb, struct rtsx_chip *chip) case SD_EXECUTE_WRITE: case SD_GET_RSP: case SD_HW_RST: - result = sd_extention_cmnd(srb, chip); + result = sd_extension_cmnd(srb, chip); break; #endif