Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756275AbbFPIAW (ORCPT ); Tue, 16 Jun 2015 04:00:22 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:33996 "EHLO mail-lb0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754600AbbFPIAP (ORCPT ); Tue, 16 Jun 2015 04:00:15 -0400 From: Alexander Kuleshov To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Greg Kroah-Hartman , Andy Shevchenko , Alan Cox , David Cohen , Mark Einon Cc: linux-kernel@vger.kernel.org, Alexander Kuleshov Subject: [PATCH] x86/earlyprintk: fix typo in a comment Date: Tue, 16 Jun 2015 14:00:00 +0600 Message-Id: <1434441600-15790-1-git-send-email-kuleshovmail@gmail.com> X-Mailer: git-send-email 2.4.0.596.ga5fe668 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 804 Lines: 26 Signed-off-by: Alexander Kuleshov --- arch/x86/kernel/early_printk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/early_printk.c b/arch/x86/kernel/early_printk.c index 89427d8..1374adf 100644 --- a/arch/x86/kernel/early_printk.c +++ b/arch/x86/kernel/early_printk.c @@ -285,7 +285,7 @@ static __init void early_pci_serial_init(char *s) } /* - * Lastly, initalize the hardware + * Lastly, initialize the hardware */ if (*s) { if (strcmp(s, "nocfg") == 0) -- 2.4.0.596.ga5fe668 -- 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/