Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1635671pxk; Fri, 18 Sep 2020 19:31:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz+FPzo0rKtwYPUfJEqH6hnKLOM87iIykEFezpUUCEZoHJjWe8nDbsHDlMjbqyZvT0LRHyP X-Received: by 2002:a05:6402:1819:: with SMTP id g25mr40409252edy.292.1600482673580; Fri, 18 Sep 2020 19:31:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600482673; cv=none; d=google.com; s=arc-20160816; b=n3rRQQ7dE+DrDWdcQohw4nRJGvw8qyZ4QiUHQBqbru/w4EVkD9UhYHwxKfkmPOjIb1 P3ltwChDjaZgosObNyJ9j/Q8DjMqE84Ncvrst+AzXQv08Uw78G+NmZonc3jROm2choKz kE6Pot8FBXxHKzrX8weWIi8AemeIWpMlY177ODNDhMXGyiUPWa819Bq9zZHgnyb1NVDL 5ehzJ5tXXf145fNbV3NN/7DyaH4vkh0WeJGr8SNSP4qkFnwkVGvy4JnZHYUb/TcErjul /+I3NEeZamds3N/mkOtB70jOV3LcDWX+yhV+AlwprVcQYUTdG5WifG9NlwypfNdYpAaZ JOig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=4I935IuXTs9x4xyGVKL83kZm+cJSn4JKAJt/hVPsUzo=; b=mAnNu8WyEYrUaVig/yf33a06Hq2imCjWn2yK1spP6EFFJ3AYBB5KV2jaFdrqeR49e+ VRmQnmDW70kR39obY77lA16lGTsnbxMo42OP4WGrpB0v/XdC8p7CxHinSxfUqOpvCGju AS5U9EgA2ZSPnYm2+KeXYQeEr/Yv5Ym4i6EII+AuQ2jUbh3IuQ1nis+GnIYxHAUlQc1G u4Tg8Qf6wiOXywUZpkBEe4e2Y7m9wDK+YAev/pKA9w5EnoPZR8dFeGVhqGNO8S4+nrMq r/HXI2W1aMP/Rj8ql6jRmREHDdE3k1IVv3ox+lMMoobjAIFh1kcKvQPi45wxHlJdLLDk f6PA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g7si3377980edp.272.2020.09.18.19.30.49; Fri, 18 Sep 2020 19:31:13 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726245AbgISC0v (ORCPT + 99 others); Fri, 18 Sep 2020 22:26:51 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:54786 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726112AbgISC0r (ORCPT ); Fri, 18 Sep 2020 22:26:47 -0400 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id B3A9FAAE83476303B3A4; Sat, 19 Sep 2020 10:26:45 +0800 (CST) Received: from [127.0.0.1] (10.74.185.4) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.487.0; Sat, 19 Sep 2020 10:26:35 +0800 Subject: Re: [PATCH] vt: fix some doc warnings in vt.c To: Jiri Slaby , , , References: <1600415225-17736-1-git-send-email-tanxiaofei@huawei.com> CC: From: Xiaofei Tan Message-ID: <5F656C5B.9050106@huawei.com> Date: Sat, 19 Sep 2020 10:26:35 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.74.185.4] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jiri, On 2020/9/18 15:52, Jiri Slaby wrote: > On 18. 09. 20, 9:47, Xiaofei Tan wrote: >> Fix following warnings caused by mismatch bewteen function parameters >> and comments. >> drivers/tty/vt/vt.c:3994: warning: Function parameter or member 'vc' not described in 'con_debug_enter' >> drivers/tty/vt/vt.c:3994: warning: Excess function parameter 'sw' description in 'con_debug_enter' >> drivers/tty/vt/vt.c:4051: warning: Excess function parameter 'sw' description in 'con_debug_leave' > > It looks like I fixed those in > https://lore.kernel.org/r/20200818085655.12071-6-jslaby@suse.cz > too. Could you rebase on the top of tty-next? > Oh, yes, I used a different branch. Thanks for your remind. > thanks, > -- thanks tanxiaofei