From patchwork Fri Nov 15 14:43:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kent Gibson X-Patchwork-Id: 1195679 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) 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=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="ZCH47zhu"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 47F1Mx6ZlFz9sP6 for ; Sat, 16 Nov 2019 01:44:45 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727561AbfKOOop (ORCPT ); Fri, 15 Nov 2019 09:44:45 -0500 Received: from mail-pl1-f196.google.com ([209.85.214.196]:41654 "EHLO mail-pl1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727556AbfKOOop (ORCPT ); Fri, 15 Nov 2019 09:44:45 -0500 Received: by mail-pl1-f196.google.com with SMTP id d29so4795161plj.8 for ; Fri, 15 Nov 2019 06:44:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=YkiGHbSvQlu3pN7juLuHrz+s6lf9aoweXl5F5rXKzDM=; b=ZCH47zhuToHyK0gclPDaUSzuOgawXiNyCwFDudeNN2ZcQy+TSTwUpJJbuDOt5IEbTf BCP6Knr6KzesUSXzJ9zY2Xa8/4YZmKdipSp049bK963T5uUK6KizfWhsJA5ZqV3Cbx6K aetoV3yGNsM2EqQZtEJs2nMB4wBs36h/VacTchPYB7T4Z3S8FIoKMBfoj6UJqlivZ5EF hY3GF1pxynzfvG359Wy0aRgZVOIgUeRXj2gM2y0qM7kKN2PWWixhPMzlBzFzEiUX/LO4 6nYxrtPmT12GG1uT6o2GrsckyB424U/dJRWmO/wg7QGhYoCyo5khrWZL6gkdrLWAwFAc iyNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=YkiGHbSvQlu3pN7juLuHrz+s6lf9aoweXl5F5rXKzDM=; b=ivl70kP1lL0GSL4kls02TpYNxFcjRuTbU4jCZob252tNJyHNymjF00QhNfxUB/vRLz rOgHNnT5nbF/DOWW/0aH7fCcFxKX47vt4apcWcgCtwrMcBbPdEUJqjd0RBCJcLJFozWN 24VrCpL3ufcNnNuA2sbS3wZWnzd5TXmuDKkwHHk0veCMqSKkwYniFA+s2jlB8gTOKu+g hNOrX/XnGNUUDoSiizBU5/M6KfvDEkgsngG0v1qq+T9Dh6t4AQpDit30pLu0le4xE8Kx MdeSop6pobj/2vjEBi3dlnWf9NmumrU4cQMKbjLpOLnDb08ALRz7kBd12QxP08wEKGWI DcrA== X-Gm-Message-State: APjAAAUApbX5LOqA/A/38/yxsaUuB0ZAvD2r93zyPCJYLjflCm4E4H9n CdAs7gbXRJ8gSdTUDxiRRvKPFEye6uI= X-Google-Smtp-Source: APXvYqzTy6SyctLiur3DLqYqbyaC1JLxLbVdoAWzpdpuwijThqM97hNg6f12Mf59inD8oCKqZj4y8A== X-Received: by 2002:a17:902:6802:: with SMTP id h2mr15129561plk.135.1573829084287; Fri, 15 Nov 2019 06:44:44 -0800 (PST) Received: from sol.lan (220-235-109-115.dyn.iinet.net.au. [220.235.109.115]) by smtp.gmail.com with ESMTPSA id y123sm10517726pfg.64.2019.11.15.06.44.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Nov 2019 06:44:43 -0800 (PST) From: Kent Gibson To: linux-gpio@vger.kernel.org, bgolaszewski@baylibre.com Cc: Kent Gibson Subject: [libgpiod] [PATCH 03/19] core: fix misspelling of parameter Date: Fri, 15 Nov 2019 22:43:39 +0800 Message-Id: <20191115144355.975-4-warthog618@gmail.com> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191115144355.975-1-warthog618@gmail.com> References: <20191115144355.975-1-warthog618@gmail.com> MIME-Version: 1.0 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Trivial fix to bring gpiod_ctxless_event_monitor_multiple documentation into line with gpiod_ctxless_event_monitor_multiple_ext. Signed-off-by: Kent Gibson --- include/gpiod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gpiod.h b/include/gpiod.h index 0f01cab..159d745 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -460,7 +460,7 @@ int gpiod_ctxless_event_monitor_ext(const char *device, int event_type, * back to a basic, ppoll() based callback. * * Internally this routine opens the GPIO chip, requests the set of lines for - * the type of events specified in the event_type paramter and calls the + * the type of events specified in the event_type parameter and calls the * polling callback in a loop. The role of the polling callback is to detect * input events on a set of file descriptors and notify the caller about the * fds ready for reading.