Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp417903yba; Thu, 18 Apr 2019 03:37:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqyu2mSs9qbOBS7X+mhz+RnDhCSxLbOZpXICVSwQZjUv9vZnwuk1Vs+GwM9GkJpFZOc6VzYY X-Received: by 2002:a17:902:2f43:: with SMTP id s61mr72786347plb.181.1555583830671; Thu, 18 Apr 2019 03:37:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555583830; cv=none; d=google.com; s=arc-20160816; b=cNpf+FhU0HT7rigS7Sm4oMxpa9LgiQJ1jlBJ5a6x3NLh2eYQjcHvoBj40kta/WAV24 dUsNRKPHOeHgccbrNaFhPzI3X6knSqp0G1sA5BCAfUXtGt1l03WyZzCHE1W0QIVuYOpG ANTlidS/u3bOiC27tx2WYIUfNFAu0BQ4IseKTicz9zCv7Es51LBESB4ulaR+H+rRs3O9 ayLEWqR2hywAO0VwKAcYFw23G5ijz2plXPxxtz1OFEFJ4QKYax1JhW6ElZsG8hIQXglm P3D6HPBS+gvlUdD9X+dbWD091FRuc5QWoZGt4um2nE2pMTaF/oMwxWdJOBNwpcvDMDGr QCgg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=g1Bgh+w6sSK/ylxq0Smisd/G0qIF+/CvqA+KHubrnZc=; b=TAYbC1/KfpTDSEjJCKwRK6SNEwna825p2qtLN2g06wv7d+Ncl6tyOsJTbTUKu9NS0a 1pGlvquUovoBjWMF+smCraPoyW4x3JiM1JCRCwkvQHEteHKxF+mLOUTtEfX8rCwTT3pH //wMBZ8Ym1dcXEEJIRo9JqW1+bvGeAyAZHbvv6NVLca4gpABvvAaYGmIdLodXky5uKTf puQcKsto9/40x2yDfMpdl+52YvaO1+XYLCzHCHS8N/66NkIHLKCtRvujvsTgc5w7gFRT T0EDYDg6xwfNREBOCzuu1KXBE3NEcZuHrD/7bQ/Hs8/BkBWwz5LGB7ntoI6VFOFsfzSp urwQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y9si1573479pgh.55.2019.04.18.03.36.55; Thu, 18 Apr 2019 03:37:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388509AbfDRKPF (ORCPT + 99 others); Thu, 18 Apr 2019 06:15:05 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:35135 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388445AbfDRKPE (ORCPT ); Thu, 18 Apr 2019 06:15:04 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1hH44N-00065K-6W; Thu, 18 Apr 2019 10:15:03 +0000 From: Colin King To: Aishwarya Pant Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] char/ipmi: fix spelling mistake "receieved_messages" -> "received_messages" Date: Thu, 18 Apr 2019 11:15:02 +0100 Message-Id: <20190418101502.9748-1-colin.king@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There is a spelling mistake in the documentation. Fix it. Signed-off-by: Colin Ian King --- Documentation/ABI/testing/sysfs-devices-platform-ipmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-devices-platform-ipmi b/Documentation/ABI/testing/sysfs-devices-platform-ipmi index 2a781e7513b7..afb5db856e1c 100644 --- a/Documentation/ABI/testing/sysfs-devices-platform-ipmi +++ b/Documentation/ABI/testing/sysfs-devices-platform-ipmi @@ -212,7 +212,7 @@ Description: Messages may be broken into parts if they are long. - receieved_messages: (RO) Number of message responses + received_messages: (RO) Number of message responses received. received_message_parts: (RO) Number of message fragments -- 2.20.1