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=-16.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY,USER_AGENT_GIT autolearn=unavailable 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 C4EF5C433B4 for ; Thu, 20 May 2021 12:55:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A74A56100C for ; Thu, 20 May 2021 12:55:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243542AbhETM4e (ORCPT ); Thu, 20 May 2021 08:56:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33498 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238873AbhETMzC (ORCPT ); Thu, 20 May 2021 08:55:02 -0400 Received: from mail-wr1-x42d.google.com (mail-wr1-x42d.google.com [IPv6:2a00:1450:4864:20::42d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C3B0C068DA2 for ; Thu, 20 May 2021 05:19:22 -0700 (PDT) Received: by mail-wr1-x42d.google.com with SMTP id p7so13712812wru.10 for ; Thu, 20 May 2021 05:19:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=UMwBlkKH755v/1m2nWKY3APVBr0BgGzoXf993Fsn6II=; b=JTIx2A/bsLJLy18fPeENzF6c6eApV6eS/1Vl36cBuRZbyWN+EGQIqWAjQU42ugkFm+ CLPtPzjZtRTu5RXxBkdz3ulVB03Dbj85ayagJ9pAZ+UefzhpaI9xwKUywxK5m1ihnlAA Z6QEeMNcCR2KAbdE+6+Bkit6JmJHPLZooUd2Hq+oxyBYrBTHTsS9fSR2MfWm7uc4LcF5 ID3Q5R+3FAqBcAI20dVQdifNYKcrjlGCZ8vrPHn6MCUuzv+U/wMYyWo7Pg7frmpf7M4r ioxzNYC2/cnPjfEf5iAE270WlAfyk8V+6IGpM6JFsbC0pF1hSJ/bRrtj+s3M93Og1j9Y VnYw== 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=UMwBlkKH755v/1m2nWKY3APVBr0BgGzoXf993Fsn6II=; b=GEREJPv+hnuuf3g5LE3DOCSpOt1IypZT2mWF0e8YnjEU5cQApqxSK8BgIkM4oqp5ui wlcjvoEmlElXvmwuoQ1nDvxg9GoNImuZAulgJyNQWBiI0240hs/jHW3xBnLfHblIFCw7 aSnGSgvYNlSwZ85sM9yTVYqY45mUAxdkKtnFVLFey8ZHO9YTNOI8Nhvr0Jj1ZnfAQ5FM yt31JnZy68uLIY4VnktWa9kqLV2CnA6HM03d+2VWcKQLO5AbqYxtqoG2ye5aILSKoiT1 EC65x+hxTOX65cO7wTQkiPJMuz2BTPZVb64VkAZVjoY7oYVRb3VGlLIhX0sX+IisxGZC dByg== X-Gm-Message-State: AOAM533IjBo0aawkdrSpyS5FMxh4427Qlm3GjaPbyFDZDFF7o3yNwdT3 u84oWnaRIwuYQ/Qn52oiEjXXLQTXZoOdHQ== X-Google-Smtp-Source: ABdhPJxReAdierdlJSRDKiO/TANsb5GUEywR3zRWcxSXFgAvZNUnEHBWT3JvQofiYWXlyT02WUpnvA== X-Received: by 2002:adf:f50f:: with SMTP id q15mr3861977wro.279.1621513160646; Thu, 20 May 2021 05:19:20 -0700 (PDT) Received: from dell.default ([91.110.221.215]) by smtp.gmail.com with ESMTPSA id f16sm3061161wrm.47.2021.05.20.05.19.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 May 2021 05:19:20 -0700 (PDT) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Jiri Slaby , Michal Simek , linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 11/11] tty: serial: xilinx_uartps: Fix documentation for cdns_uart_clk_notifier_cb() Date: Thu, 20 May 2021 13:19:06 +0100 Message-Id: <20210520121906.3468725-12-lee.jones@linaro.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210520121906.3468725-1-lee.jones@linaro.org> References: <20210520121906.3468725-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes the following W=1 kernel build warning(s): drivers/tty/serial/xilinx_uartps.c:496: warning: expecting prototype for cdns_uart_clk_notitifer_cb(). Prototype was for cdns_uart_clk_notifier_cb() instead Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: Michal Simek Cc: linux-serial@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Lee Jones --- drivers/tty/serial/xilinx_uartps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c index 67a2db621e2b7..2cdcfb8f034de 100644 --- a/drivers/tty/serial/xilinx_uartps.c +++ b/drivers/tty/serial/xilinx_uartps.c @@ -484,7 +484,7 @@ static unsigned int cdns_uart_set_baud_rate(struct uart_port *port, #ifdef CONFIG_COMMON_CLK /** - * cdns_uart_clk_notitifer_cb - Clock notifier callback + * cdns_uart_clk_notifier_cb - Clock notifier callback * @nb: Notifier block * @event: Notify event * @data: Notifier data -- 2.31.1 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=-14.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY,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 47D36C433ED for ; Thu, 20 May 2021 12:21:11 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C3FD1611ED for ; Thu, 20 May 2021 12:21:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C3FD1611ED Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=IgbKKWKK1KN1Yd+AgcBP2EHas3gaUzIOzkG5MyHXIsA=; b=iUEeD9vJLiNps+UzC+cxWxxJgv iN2I3sg8+CO3aMuRiZueeWwSpKgX8IkRcICabBruQREWvFgSmLXK9LZ+FAWUxMOVDU901eENXCaZs FJQcG7USSsrtgWX2ke/6BE2IEO7F9xqSrPAuhrqi0QE0EMKiHzKxoQa5gHn20EfxzClS1gAlM2/Al TmdRxOpqb0I1R2Am0XnMicfNjiHsVIAJtGBMN2dtRvk/6hcMrcLoeD9IMSlCr/tPRcgThfwY566oF +BsYIBkbJX5fTwnT0vUvlEuqIAdIcGSd55J9cVLlSV7HsVVwLWSibw2Z6JW4pnOr4KERI1a/Rnfhh 3IGP11TQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ljheM-000l3L-FY; Thu, 20 May 2021 12:19:39 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ljhe8-000l0j-S0 for linux-arm-kernel@desiato.infradead.org; Thu, 20 May 2021 12:19:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-Type:Content-ID:Content-Description; bh=UMwBlkKH755v/1m2nWKY3APVBr0BgGzoXf993Fsn6II=; b=sRIwS/BAEfrHIPHOtt1sncjN0C 2KpSn41ccgvbLPqJISJg+5ajkPKtTkbFHVtcWasYKSxSq9Vj5eQJ+tWu6YgNMay4cmuxaI5gUD45z 7vpPjr7T9mu0bcOSYQgHuJKc9q5UBtkxQhJTIwutjOEtloG6KmgbvuFna08La+WwlXdsXFzDRYZCK pbX2caL307vyYpH/3ZhM2KrYVqt3j3AZDrEScXYNBX17qtjfmd1DmoaG/SlL0zuDul2x6ZPOar6rd flJOJfvaoly8swq0KYv7zIVPSsv8exZrVag3LhhRvZqt+dGYH9NH3LDaOgVsPHtML0fM0thMVQb6Z GDs8Rp1g==; Received: from mail-wr1-x42b.google.com ([2a00:1450:4864:20::42b]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ljhe6-00GJGt-ES for linux-arm-kernel@lists.infradead.org; Thu, 20 May 2021 12:19:23 +0000 Received: by mail-wr1-x42b.google.com with SMTP id z17so17429716wrq.7 for ; Thu, 20 May 2021 05:19:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=UMwBlkKH755v/1m2nWKY3APVBr0BgGzoXf993Fsn6II=; b=JTIx2A/bsLJLy18fPeENzF6c6eApV6eS/1Vl36cBuRZbyWN+EGQIqWAjQU42ugkFm+ CLPtPzjZtRTu5RXxBkdz3ulVB03Dbj85ayagJ9pAZ+UefzhpaI9xwKUywxK5m1ihnlAA Z6QEeMNcCR2KAbdE+6+Bkit6JmJHPLZooUd2Hq+oxyBYrBTHTsS9fSR2MfWm7uc4LcF5 ID3Q5R+3FAqBcAI20dVQdifNYKcrjlGCZ8vrPHn6MCUuzv+U/wMYyWo7Pg7frmpf7M4r ioxzNYC2/cnPjfEf5iAE270WlAfyk8V+6IGpM6JFsbC0pF1hSJ/bRrtj+s3M93Og1j9Y VnYw== 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=UMwBlkKH755v/1m2nWKY3APVBr0BgGzoXf993Fsn6II=; b=rH5PKhxY0k5JselI8JJDe3i1fHwQCvEUt+YRqPkfEH7nQJY1po7w9bcLnVulItXIsj +zhqt9JhI48OFf1HZ/9zXWk7488jsRAS5iaoQj5VGBXTI1lQPDFcTGPSRoNf6lDq/Lfh W1GycCfkQuozkCdvbLFF2shp0KqGhhrPFeUmlZXFY1mHE3y5e4bRuHUc8726RIRREt+X Pi27xiVZKnjt8LTkXq2tvVLdZ0vrpUk7XZyabdyDguhfi0tsX676dmCIEKDLbjrDrLji 0w6eXFJNK8ClUJZYBDY0g57/Js5pdn0Ux+oAzfkOOo41St+jt5vSEs1hIQCR9gDqxH8K eH7Q== X-Gm-Message-State: AOAM532NRACh9LS0ZzJULkNgjZatPnEiwd9ICNsOzogm1W1k46o8Ooii q/a/bse2ditmKX2bd783W02CyQ== X-Google-Smtp-Source: ABdhPJxReAdierdlJSRDKiO/TANsb5GUEywR3zRWcxSXFgAvZNUnEHBWT3JvQofiYWXlyT02WUpnvA== X-Received: by 2002:adf:f50f:: with SMTP id q15mr3861977wro.279.1621513160646; Thu, 20 May 2021 05:19:20 -0700 (PDT) Received: from dell.default ([91.110.221.215]) by smtp.gmail.com with ESMTPSA id f16sm3061161wrm.47.2021.05.20.05.19.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 May 2021 05:19:20 -0700 (PDT) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Jiri Slaby , Michal Simek , linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 11/11] tty: serial: xilinx_uartps: Fix documentation for cdns_uart_clk_notifier_cb() Date: Thu, 20 May 2021 13:19:06 +0100 Message-Id: <20210520121906.3468725-12-lee.jones@linaro.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210520121906.3468725-1-lee.jones@linaro.org> References: <20210520121906.3468725-1-lee.jones@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210520_051922_501452_4C52EA41 X-CRM114-Status: GOOD ( 12.90 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Fixes the following W=1 kernel build warning(s): drivers/tty/serial/xilinx_uartps.c:496: warning: expecting prototype for cdns_uart_clk_notitifer_cb(). Prototype was for cdns_uart_clk_notifier_cb() instead Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: Michal Simek Cc: linux-serial@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Lee Jones --- drivers/tty/serial/xilinx_uartps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/xilinx_uartps.c b/drivers/tty/serial/xilinx_uartps.c index 67a2db621e2b7..2cdcfb8f034de 100644 --- a/drivers/tty/serial/xilinx_uartps.c +++ b/drivers/tty/serial/xilinx_uartps.c @@ -484,7 +484,7 @@ static unsigned int cdns_uart_set_baud_rate(struct uart_port *port, #ifdef CONFIG_COMMON_CLK /** - * cdns_uart_clk_notitifer_cb - Clock notifier callback + * cdns_uart_clk_notifier_cb - Clock notifier callback * @nb: Notifier block * @event: Notify event * @data: Notifier data -- 2.31.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel