From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC9D7C282DD for ; Thu, 9 Jan 2020 20:11:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9FADE20673 for ; Thu, 9 Jan 2020 20:11:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729108AbgAIULh (ORCPT ); Thu, 9 Jan 2020 15:11:37 -0500 Received: from mga09.intel.com ([134.134.136.24]:37339 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728511AbgAIULg (ORCPT ); Thu, 9 Jan 2020 15:11:36 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2020 12:11:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,414,1571727600"; d="scan'208";a="223980081" Received: from jekeller-mobl.amr.corp.intel.com (HELO [134.134.177.84]) ([134.134.177.84]) by orsmga003.jf.intel.com with ESMTP; 09 Jan 2020 12:11:36 -0800 Subject: Re: [PATCH 2/2] doc: fix typo of snapshot in documentation From: Jacob Keller To: Stephen Hemminger Cc: netdev@vger.kernel.org, valex@mellanox.com, jiri@resnulli.us References: <20200109190821.1335579-1-jacob.e.keller@intel.com> <20200109190821.1335579-2-jacob.e.keller@intel.com> <20200109120021.66a46535@hermes.lan> <84ba1b73-aa0c-cce6-5284-6d4badb9bed4@intel.com> Organization: Intel Corporation Message-ID: Date: Thu, 9 Jan 2020 12:11:36 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <84ba1b73-aa0c-cce6-5284-6d4badb9bed4@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 1/9/2020 12:06 PM, Jacob Keller wrote: > On 1/9/2020 12:00 PM, Stephen Hemminger wrote: >> On Thu, 9 Jan 2020 11:08:21 -0800 >> Jacob Keller wrote: >> >>> A couple of locations accidentally misspelled snapshot as shapshot. >>> >>> Signed-off-by: Jacob Keller >>> --- >>> Documentation/admin-guide/devices.txt | 2 +- >>> Documentation/media/v4l-drivers/meye.rst | 2 +- >>> 2 files changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/Documentation/admin-guide/devices.txt b/Documentation/admin-guide/devices.txt >>> index 1c5d2281efc9..2a97aaec8b12 100644 >>> --- a/Documentation/admin-guide/devices.txt >>> +++ b/Documentation/admin-guide/devices.txt >>> @@ -319,7 +319,7 @@ >>> 182 = /dev/perfctr Performance-monitoring counters >>> 183 = /dev/hwrng Generic random number generator >>> 184 = /dev/cpu/microcode CPU microcode update interface >>> - 186 = /dev/atomicps Atomic shapshot of process state data >>> + 186 = /dev/atomicps Atomic snapshot of process state data >>> 187 = /dev/irnet IrNET device >> >> Oops, irnet is part of irda which is no longer part of the kernel. >> > > This is probably based on the wrong tree. Will rebase and re-send. > > Thanks, > Jake> Well, I did rebase the patches locally but the contents are still the same so I'm not going to resend. I guess it's just because the devices.txt file hasn't been updated? -Jake