Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6141527ybi; Sun, 21 Jul 2019 10:13:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqxboKQGNbmS6tEEl1a0tQaPwPHWgLNkWFDEd/8m36gdfm6JyPnIqSjoPOKa0jOAh4uLssaj X-Received: by 2002:a17:90a:c58e:: with SMTP id l14mr71868531pjt.104.1563729210754; Sun, 21 Jul 2019 10:13:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563729210; cv=none; d=google.com; s=arc-20160816; b=F917EiYtBtG3EZvctjETjdxrxPRVzc6MBIaUmo9uVPS/mJq5eFWJdXZfvZAA7UBr9d f0MPiVwl4qcvwupmS3kchY8iCE2q8zm4qCrHvO3uAROKNYvQhEUdbKsSXGWdfGmesujQ jqZkBs7aBKV1crVfk35Jcr03Rtv+/9GXQzfKRy5y95RYei/2tRNxjJgRCb3VtQzfQz9l Ka+/Ct2cn9aUXBT56Ygb2jjMiYgR4tpI3abUfwQXRT5sRr7yeIGzNew9F1y/jo/kIQ8z 6jZNTwoXQkXHTU9zAg2OXsUuia0yRvvDq/r/C/Lf/IOxYmY0JVNACuBbxbcXk/WscQGc JF8w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=4bnDzzM0fiqpBV3c5ZyOajULVbJss/j0a+fmmRzL34c=; b=I8pbLSmWV4xOoFIUqwIOcL+eUqxA2GdMp31Oycn8cqdcmGNc8FQRbUx2u9OiQa9nf9 xT1DVQpeMUhlmsJFNUWpkkWHvRbvyeY1CjH6y8wH7YSVo0ys23mSXQ5B2tPyostEcGds DGTEjpfqPpmHhRsZ2TL/aP9yIkOKsVvgs4357tObS2xSK2L6oj08brskM3EQ3AxzWXdj fvKSz5WQUK2S2Hz3aPKtgzZNQ/gxzXEB9w7XtWbInVKMQVKCLIRhxlSR0j9WMbmHWI0q 6WZEwvzbuSoVMhTqHwxM6d3hWd74aThv1NfoEnDPMRGl9QAZx7CndesERx3O1GXrDlAO B+Bw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c7si9608702pfi.253.2019.07.21.10.13.14; Sun, 21 Jul 2019 10:13:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726831AbfGURI5 (ORCPT + 99 others); Sun, 21 Jul 2019 13:08:57 -0400 Received: from smtp01.smtpout.orange.fr ([80.12.242.123]:39858 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725796AbfGURI5 (ORCPT ); Sun, 21 Jul 2019 13:08:57 -0400 Received: from localhost.localdomain ([92.140.204.221]) by mwinf5d01 with ME id fV8q2000Q4n7eLC03V8rGm; Sun, 21 Jul 2019 19:08:55 +0200 X-ME-Helo: localhost.localdomain X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Sun, 21 Jul 2019 19:08:55 +0200 X-ME-IP: 92.140.204.221 From: Christophe JAILLET To: david.kershner@unisys.com, gregkh@linuxfoundation.org, hariprasad.kelam@gmail.com, petrm@mellanox.com, davem@davemloft.net, jannh@google.com Cc: sparmaintainer@unisys.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET Subject: [PATCH] staging: unisys: visornic: Update the description of 'poll_for_irq()' Date: Sun, 21 Jul 2019 19:08:24 +0200 Message-Id: <20190721170824.3412-1-christophe.jaillet@wanadoo.fr> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit e99e88a9d2b06 ("treewide: setup_timer() -> timer_setup()") has updated the parameters of 'poll_for_irq()' but not the comment above the function. Update the comment and fix a typo. s/visronic/visornic/ Signed-off-by: Christophe JAILLET --- drivers/staging/unisys/visornic/visornic_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/unisys/visornic/visornic_main.c b/drivers/staging/unisys/visornic/visornic_main.c index 9d4f1dab0968..40dd573e73c3 100644 --- a/drivers/staging/unisys/visornic/visornic_main.c +++ b/drivers/staging/unisys/visornic/visornic_main.c @@ -1750,7 +1750,8 @@ static int visornic_poll(struct napi_struct *napi, int budget) } /* poll_for_irq - checks the status of the response queue - * @v: Void pointer to the visronic devdata struct. + * @t: pointer to the 'struct timer_list' from which we can retrieve the + * the visornic devdata struct. * * Main function of the vnic_incoming thread. Periodically check the response * queue and drain it if needed. -- 2.20.1