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.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 638ECC4708F for ; Mon, 31 May 2021 07:10:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3CDB061186 for ; Mon, 31 May 2021 07:10:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230225AbhEaHMP (ORCPT ); Mon, 31 May 2021 03:12:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:60336 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230070AbhEaHMH (ORCPT ); Mon, 31 May 2021 03:12:07 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DFE1261186; Mon, 31 May 2021 07:10:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622445022; bh=gkPHYD/9mhHxwEi+04PaHjL1GOD94kD6M2w9N1jdGWI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C2v0UMZbQnlWKSL3gEa2DPXyKdZTBINeNc/uExrTSMxvgFIssclLx5mWZgLM9y/Um zP+9sy33IEaQkuUtHeyXmImMTiQhnohoA5Z/36WJbLOXQl1UsDC7cia/eIVEOSmHN6 4aJV+yxqUq6rPTRpJuAFWdkRPR4erz3RtcXd1CdGPseJgi2LRggH+hE+TjwEF4Km30 p9ejz7tU6qRU2zppoboiduQQrAK1mnKuMo8IrLKvIt3E71iGoHOWxgcob2CV1O/zFk nhjfF9LqknSQltPgtygRCH+LJb00rHcr88EJFY/Vj1OQwOMfDnRoRI/D4MFHBsp4/n 7ZQF64JAuhRFw== Date: Mon, 31 May 2021 12:40:19 +0530 From: Vinod Koul To: Shubhankar Kuranagatti Cc: kishon@ti.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers: phy: phy-xgene.c: Fix alignment of comment Message-ID: References: <20210428165515.o47o5awzdxirxkqi@kewl-virtual-machine> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210428165515.o47o5awzdxirxkqi@kewl-virtual-machine> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28-04-21, 22:25, Shubhankar Kuranagatti wrote: > A * has been added at the starting of new line > The closing */ of multi line comment shifted to new line > This is done to maintain code uniformity. Applied, thanks -- ~Vinod