Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752892AbbBXPnK (ORCPT ); Tue, 24 Feb 2015 10:43:10 -0500 Received: from smtp09.smtpout.orange.fr ([80.12.242.131]:42836 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752826AbbBXPnH (ORCPT ); Tue, 24 Feb 2015 10:43:07 -0500 X-ME-Helo: localhost.localdomain X-ME-Auth: eWFubmljay5ndWVycmluaUB3YW5hZG9vLmZy X-ME-Date: Tue, 24 Feb 2015 16:43:06 +0100 X-ME-IP: 90.0.38.129 From: Yannick Guerrini To: mdharm-usb@one-eyed-alien.net Cc: gregkh@linuxfoundation.org, trivial@kernel.org, linux-usb@vger.kernel.org, usb-storage@lists.one-eyed-alien.net, linux-kernel@vger.kernel.org, Yannick Guerrini Subject: [PATCH] usb: storage: Fix trivial typo in isd200_log_config() Date: Tue, 24 Feb 2015 16:42:45 +0100 Message-Id: <1424792565-13024-1-git-send-email-yguerrini@tomshardware.fr> X-Mailer: git-send-email 1.9.5.msysgit.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1193 Lines: 28 Change 'Supsend' to 'Suspend' Signed-off-by: Yannick Guerrini --- drivers/usb/storage/isd200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/storage/isd200.c b/drivers/usb/storage/isd200.c index 599d8bf..0761786 100644 --- a/drivers/usb/storage/isd200.c +++ b/drivers/usb/storage/isd200.c @@ -737,7 +737,7 @@ static void isd200_log_config(struct us_data *us, struct isd200_info *info) info->ConfigData.ATAExtraConfig & ATACFGE_CONF_DESC2); usb_stor_dbg(us, " Skip Device Boot: 0x%x\n", info->ConfigData.ATAExtraConfig & ATACFGE_SKIP_BOOT); - usb_stor_dbg(us, " ATA 3 State Supsend: 0x%x\n", + usb_stor_dbg(us, " ATA 3 State Suspend: 0x%x\n", info->ConfigData.ATAExtraConfig & ATACFGE_STATE_SUSPEND); usb_stor_dbg(us, " Descriptor Override: 0x%x\n", info->ConfigData.ATAExtraConfig & ATACFGE_DESC_OVERRIDE); -- 1.9.5.msysgit.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/