From patchwork Fri Jul 26 10:17:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 1137347 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@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=devicetree-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="twS3XVK3"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 45w4lc53nNz9s3l for ; Fri, 26 Jul 2019 20:17:48 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725953AbfGZKRr (ORCPT ); Fri, 26 Jul 2019 06:17:47 -0400 Received: from mail-ed1-f68.google.com ([209.85.208.68]:45396 "EHLO mail-ed1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725815AbfGZKRr (ORCPT ); Fri, 26 Jul 2019 06:17:47 -0400 Received: by mail-ed1-f68.google.com with SMTP id x19so46889086eda.12; Fri, 26 Jul 2019 03:17:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=KIW+FFTWXaiuRYtfslq3zFPbdDme/ZwvYTYRB/tpVEg=; b=twS3XVK3y0OK6TqT8Tj6MgUAXBj91EVduR7QnQwsehTM4RzIWbls07XI8RhwBc0WRo 3Op4+qfw1r7rf//s3g/8y/MJhfXLyltZkkuAgwwJdjyyfNJ7GYfsBjUCytHIBADdNsoc oTxbiJn2zzeJ6UdXeZ/6b97AcSHQxASlDI9UaFdLBUDyBa/YB1ot1HSvU4wndtoOK7cu TSbXZp1wt39xocjRDgYePMK0J65geEonzjuYKgFQBxiYGM9zapHF7ioyEWTxB5K+0o8B IPkmYlDWTDW+28rsSQpkPsVtjo5FZArohmhGMUvvElTOxGG+oKfeP6fEmPVgGwAyVHp3 QbKQ== 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:mime-version :content-transfer-encoding; bh=KIW+FFTWXaiuRYtfslq3zFPbdDme/ZwvYTYRB/tpVEg=; b=sVZg6mM14jnWMHeJ4Pet+fkFXy1AhCIZkwl+DZ/5XIORZRcnLwlOKfCdhJJCyOEMfq 1BVAZYNaesc9KaUt3Eyh6EQfiji+tKGgZKCd81KG4K2+fG6OK732n/Tk4d2XLGgB4/8S VseHFNiQT8Okp7OVx0RRLoB4i4QBsqldfHtv37xtxjSJAZUjEm2yS3VTphy5Ue40qS5c 5354jRG6r6I50Vhvk+hKmV0OHF7xpt4dTTYzUw5B7jegI/rgAGRksNExCvyyX8R9pQnA kMcVUTPVE8s1bswTGSXFI6doj6zAGJ2+GiSX6QPrsIEgnsUhNWA4P9dji2JvZj5X8tE+ JNgw== X-Gm-Message-State: APjAAAU84++gASsdHSozE5a6FCCW83+4YHqOV3XdumOMtypaApSGdzQs 15pBblh/38yk2t7mIsRY0zw= X-Google-Smtp-Source: APXvYqxcoqrKLyf4ICIB9AIGJ/3BmTrXrKSxEj0dbe1Xx7B3XOdwnHazDmK6N1tnwkKkBARPVm5eSQ== X-Received: by 2002:a17:906:fd5:: with SMTP id c21mr72474499ejk.135.1564136265525; Fri, 26 Jul 2019 03:17:45 -0700 (PDT) Received: from localhost (pD9E51890.dip0.t-ipconnect.de. [217.229.24.144]) by smtp.gmail.com with ESMTPSA id o21sm13534340edt.26.2019.07.26.03.17.44 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Fri, 26 Jul 2019 03:17:45 -0700 (PDT) From: Thierry Reding To: Rob Herring , Frank Rowand Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] of: Fix typo in kerneldoc Date: Fri, 26 Jul 2019 12:17:44 +0200 Message-Id: <20190726101744.27118-1-thierry.reding@gmail.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Thierry Reding "Findfrom" is not a word. Replace the function synopsis by something that makes sense. Signed-off-by: Thierry Reding --- include/linux/of.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/of.h b/include/linux/of.h index 0cf857012f11..844f89e1b039 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -1164,7 +1164,7 @@ static inline int of_property_read_string_index(const struct device_node *np, } /** - * of_property_read_bool - Findfrom a property + * of_property_read_bool - Find a property * @np: device node from which the property value is to be read. * @propname: name of the property to be searched. *