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=-9.7 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 039B6C432C3 for ; Fri, 15 Nov 2019 14:44:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CCBAD2073A for ; Fri, 15 Nov 2019 14:44:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="ZCH47zhu" 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 Content-Transfer-Encoding: 8bit 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. -- 2.24.0