Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp1030446imm; Fri, 12 Oct 2018 10:31:31 -0700 (PDT) X-Google-Smtp-Source: ACcGV63x4i0SrSbEceShlo4WAJsnxUnRLYNdOhiIkofZaCQmsTiIs6RZq4UiUXyNAP4WZpSPfllg X-Received: by 2002:a62:76d8:: with SMTP id r207-v6mr7061718pfc.216.1539365490976; Fri, 12 Oct 2018 10:31:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539365490; cv=none; d=google.com; s=arc-20160816; b=FHCWEssJkEJ8YrRMKTiVD+YV46+suy938YEkXevg9YX+9UvdSJGFYPkQCfhz1bV1ag RX1mZZH6sEdFOeAts6KEqQIOhg/aUEG2UwpJvE1QaceyeA+kMNb1mGVd0cs2P7rLlSQM iFwkNff2Vyb1Nd6pqEP6EPsTc8OjU0uMCZq5BAoMCgpw5TgC/fYqIc1GNdrDKRFYF/Sy vtEEJoYGDf/YxNQuwSr3spomXM6L3OhvRHSZlyrJVV6RggU30OHo3EgtRU4CkswUjgnD MgzDM5EhskTgEZ477+51Hrfe//iW1lHD9gS5B9GHmtGLh3F0m5UZnnhNgQKMSj3LrO9F IRYQ== 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 :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=2rbfsL5w6mY6ifCIcqx02LmJ97Ha6vF6stdagDhq2Ok=; b=k52+3leIbne3Uz04UgUtDUATQFCSWdWURefqpZhOlC64o2rTvzmtd0ONRo8kVTX2Df bhST3Mtgvr8O5kn+XB5mvI4RPr7zv8I/zIkZ+ldv1a9L+t6vah32BCxv6z3CH0u2sqog WnYkd7o9AjeUh8RSbk4xmmgmO8W3TOIlM+aQXC3/XhI8T54TByaJbb0+FWEpvdOo9afn 4cRWqwp0UpjsZ7lhud/88+hl0A/r7mdD5+Tx7tjxvcKPednoNVMnc5TdVwR3i8yql/xu vOtgnwXEJKjvjk3LmNK+qZnXJacBCF8BP7A26Y83c1GtcrV2pOhwMpwpyGY4CYdPVOBC ybtg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o18-v6si1962987pfj.25.2018.10.12.10.31.15; Fri, 12 Oct 2018 10:31:30 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727497AbeJMBEP (ORCPT + 99 others); Fri, 12 Oct 2018 21:04:15 -0400 Received: from ms.lwn.net ([45.79.88.28]:51164 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725854AbeJMBEP (ORCPT ); Fri, 12 Oct 2018 21:04:15 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 0FABC2E5; Fri, 12 Oct 2018 17:30:42 +0000 (UTC) Date: Fri, 12 Oct 2018 11:30:40 -0600 From: Jonathan Corbet To: Wesley Sheng Cc: kurt.schwemmer@microsemi.com, logang@deltatee.com, linux-pci@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, bhelgaas@google.com, linux-ntb@googlegroups.com, Wesley Yung , Kelvin Cao Subject: Re: [PATCH v3] NTB: switchtec_ntb: Update switchtec documentation with pre-requisites for NTB Message-ID: <20181012113040.52bfff58@lwn.net> In-Reply-To: <1539174788-25878-1-git-send-email-wesleyshenggit@sina.com> References: <1539174788-25878-1-git-send-email-wesleyshenggit@sina.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 10 Oct 2018 20:33:08 +0800 Wesley Sheng wrote: > The ntb_hw_switchtec driver has requirements on kernel configuration > so we add these notes to the documentation and also clean up a few > other sentences in the documentation. > > Signed-off-by: Wesley Yung > Signed-off-by: Kelvin Cao > Signed-off-by: Wesley Sheng So why all of these signoffs for such a small patch? Who is the actual author of the patch? Thanks, jon