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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E327C433FE for ; Tue, 5 Oct 2021 15:52:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 00D4461166 for ; Tue, 5 Oct 2021 15:52:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235754AbhJEPya (ORCPT ); Tue, 5 Oct 2021 11:54:30 -0400 Received: from mga09.intel.com ([134.134.136.24]:9577 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231513AbhJEPy2 (ORCPT ); Tue, 5 Oct 2021 11:54:28 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10128"; a="225675202" X-IronPort-AV: E=Sophos;i="5.85,349,1624345200"; d="scan'208";a="225675202" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Oct 2021 08:52:15 -0700 X-IronPort-AV: E=Sophos;i="5.85,349,1624345200"; d="scan'208";a="523818699" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Oct 2021 08:52:13 -0700 Received: from andy by smile with local (Exim 4.95) (envelope-from ) id 1mXmji-008vFZ-Ie; Tue, 05 Oct 2021 18:52:10 +0300 Date: Tue, 5 Oct 2021 18:52:10 +0300 From: Andy Shevchenko To: Guenter Roeck , Jiri Slaby , linux-watchdog@vger.kernel.org, Linux Kernel Mailing List , linux-pci , Wim Van Sebroeck , Bjorn Helgaas Subject: Re: [PATCH v1 1/1] watchdog: wdt_pci: Correct the PCI ID vendor name Message-ID: References: <20211005151445.89620-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 05, 2021 at 06:17:03PM +0300, Andy Shevchenko wrote: > On Tue, Oct 5, 2021 at 6:15 PM Andy Shevchenko > wrote: > > > > The proper name of Acces I/O is with a single 's'. Correct it respectively. > > > > While at it, convert to use PCI_DEVICE() macro, drop unneeded initializer > > and comma. > > Scratch it. 8250_exar is using the wrong vendor ID as well. After all I think we may go with wrong one for the lesser churn. -- With Best Regards, Andy Shevchenko