From patchwork Mon Feb 11 06:28:24 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1039654 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="G+jKjw7Z"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43ybT94dmwz9s1l for ; Mon, 11 Feb 2019 17:28:29 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725962AbfBKG22 (ORCPT ); Mon, 11 Feb 2019 01:28:28 -0500 Received: from merlin.infradead.org ([205.233.59.134]:37334 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725939AbfBKG22 (ORCPT ); Mon, 11 Feb 2019 01:28:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=cp80ysTc6Kp6FbpoBRr4kW7arPgGDamsCeRUf2OiUEs=; b=G+jKjw7ZimdJp/qDvPqZRPnOV8 QebNQO1yXdZYDtdFWM5dYprX7mAwl/MhJLFd8vUXcO69N/w+nGocWAPs+Jy0z9GFF83RcVhmrabQi RVkI7tjLnrDR8B+fMjrnfbQcRQgqJHLoqwcOEy18tUc1Mlk3YN1OxomOXRlFSoepB8MYcycBWgkbv szXhvOYywtBBa4p/KnwtkTkzNb1MQ8ngdfRl+3uucSYnLWYZze7IYythuwWv7HPETx9U99OYNLBaj NjeEu+rZLiM3I9nfwWnSYb24s8yKUKfj6mSe/ZC8qBCcZYaaGDKtb5fmL231EXyWq0vMS+3YZxgek 9KVYqwpQ==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=dragon.dunlab) by merlin.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1gt54s-00047n-03; Mon, 11 Feb 2019 06:28:26 +0000 To: LKML Cc: Linus Walleij , Bartosz Golaszewski , linux-gpio@vger.kernel.org, "linux-doc@vger.kernel.org" , Jonathan Corbet From: Randy Dunlap Subject: [PATCH] Documenation: driver-api: fix gpio/board.rst warning Message-ID: <13290065-5568-c0d0-9e7b-7a02ad71dbb0@infradead.org> Date: Sun, 10 Feb 2019 22:28:24 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org From: Randy Dunlap Fix markup warning: insert a blank line before the list. Documentation/driver-api/gpio/board.rst:209: WARNING: Unexpected indentation. Signed-off-by: Randy Dunlap Cc: Linus Walleij Cc: Bartosz Golaszewski Cc: linux-gpio@vger.kernel.org --- Documentation/driver-api/gpio/board.rst | 1 + 1 file changed, 1 insertion(+) --- lnx-50-rc6.orig/Documentation/driver-api/gpio/board.rst +++ lnx-50-rc6/Documentation/driver-api/gpio/board.rst @@ -204,6 +204,7 @@ between a caller and a respective .get/s In order to qualify for fast bitmap processing, the array must meet the following requirements: + - pin hardware number of array member 0 must also be 0, - pin hardware numbers of consecutive array members which belong to the same chip as member 0 does must also match their array indexes.