Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752570AbbG2GMD (ORCPT ); Wed, 29 Jul 2015 02:12:03 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:36863 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751607AbbG2GMC (ORCPT ); Wed, 29 Jul 2015 02:12:02 -0400 From: AceLan Kao To: linux-kernel@vger.kernel.org Subject: [PATCH] memstick: fix Kconfig typo Date: Wed, 29 Jul 2015 14:11:56 +0800 Message-Id: <1438150316-32444-1-git-send-email-acelan.kao@canonical.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 910 Lines: 26 The module name of the Realtek USB Memstick Card Interface Driver should be rtsx_usb_ms, instead of rts5139_ms. Signed-off-by: AceLan Kao --- drivers/memstick/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/memstick/host/Kconfig b/drivers/memstick/host/Kconfig index 7310e32..1add71a 100644 --- a/drivers/memstick/host/Kconfig +++ b/drivers/memstick/host/Kconfig @@ -61,4 +61,4 @@ config MEMSTICK_REALTEK_USB of Realtek RTS5129/39 series USB card reader To compile this driver as a module, choose M here: the module will - be called rts5139_ms. + be called rtsx_usb_ms. -- 2.1.4 -- 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/