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=-6.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT 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 7228CC43444 for ; Thu, 17 Jan 2019 20:26:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2F7BB20868 for ; Thu, 17 Jan 2019 20:26:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547756813; bh=JdvdAGzx5pNUYFjJjXdouqCCX55bICLVqQ4ixl5Me04=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=HalvMjYVSI27Z4D3262Q+OstKy/HiJnknni9llQ+Yu9tDnctOWpCU/+cTRxJclqWj bvPfAO+Dcehh92AhK+O+i3FWgQ+b+HQTKEnnPNx1KmVYfPCUrPsOZ+DH5IvWlmwLN9 HrkKz+8ez/CtcWJg16hrJ/SeVde9gegUp6565vPc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729545AbfAQU0v (ORCPT ); Thu, 17 Jan 2019 15:26:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:50898 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729365AbfAQU0u (ORCPT ); Thu, 17 Jan 2019 15:26:50 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C4DFD20855; Thu, 17 Jan 2019 20:26:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547756810; bh=JdvdAGzx5pNUYFjJjXdouqCCX55bICLVqQ4ixl5Me04=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0LpKW5+bxSZMhUF2gV3AZhJIEgi/ORZZPhxE4KEdjeYVLD7F2YAQfGWmKaSrIZBTk mIxKC03IELwRYt4b7XpQLOuqTUZu/BOu/UGURit+rh1oDOwobdPZifh6c8pX234o+e NL1obv67KwPUz6koNWeuNp6Jt0DjClBzolzpX5+k= Date: Thu, 17 Jan 2019 15:26:48 -0500 From: Sasha Levin To: Dexuan-Linux Cui Cc: Haiyang Zhang , Adrian Vladu , "linux-kernel@vger.kernel.org" , KY Srinivasan , Stephen Hemminger , "David S. Miller" , apilotti Subject: Re: [PATCH] hv_netvsc: fix typos in code comments Message-ID: <20190117202648.GD202535@sasha-vm> References: <20190103194308.4217-1-avladu@cloudbasesolutions.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 09, 2019 at 01:18:18PM -0800, Dexuan-Linux Cui wrote: >On Thu, Jan 3, 2019 at 4:13 PM Haiyang Zhang wrote: >> > From: Adrian Vladu >> > Sent: Thursday, January 3, 2019 2:43 PM >> > To: linux-kernel@vger.kernel.org >> > Cc: Adrian Vladu ; KY Srinivasan >> > ; Haiyang Zhang ; Stephen >> > Hemminger ; Sasha Levin ; >> > David S. Miller ; apilotti >> > >> > Subject: [PATCH] hv_netvsc: fix typos in code comments >> > >> > Fix all typos from hyperv netvsc code comments. >> > >> > Signed-off-by: Adrian Vladu >> > >> > Cc: "K. Y. Srinivasan" >> > Cc: Haiyang Zhang >> > Cc: Stephen Hemminger >> > Cc: Sasha Levin >> > Cc: "David S. Miller" >> > Cc: "Alessandro Pilotti" >> > --- >> >> Thanks. >> >> Reviewed-by: Haiyang Zhang > >Looks good to me. Queued for hyperv-fixes, thank you. -- Thanks, Sasha