Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp3384205pxb; Sun, 7 Feb 2021 07:31:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJzfG+/cogSHwjb81/qk7vcS7eVPQ5T9VE+36mPFV9cKYbbLfeSWXKCW+LP5GomZSKApy0/R X-Received: by 2002:a05:6402:1b91:: with SMTP id cc17mr13463466edb.259.1612711883683; Sun, 07 Feb 2021 07:31:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612711883; cv=none; d=google.com; s=arc-20160816; b=eMFTTdj6pUMmc4svTPfVzbUxAvscLgZOHp1dNhJOmDdxKGE7zowOZpBYjpbKdEZFqq zbS5iAjZGJ4f41ZNshnXOPPG7Oq2RjsHpQmufNC6UWBTdae7ErP2uIDb3TcZFk12AivC Ov1em33BXsukqntSsInygNc7YQN4vpp1iSAah+ZP0pzvtBN5zfAe5OzZv28X8Qkp+IpR 4fivgyVarxFNTkln/7b4rragCQnwpnAX06w1LL3YAz8Hhjr6ogM5sx96o0dOx5BSCX7e /0DrmtrevQzSVp20ID3tvskXi/JCb8Ht8EvTRikeboqGtha5nJ1hdhXb1DXN38Fo5svc 4deA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=7dnz1P54ht+m7ZF7+3NqRuY/o5M6DPb6wBu4yvvRMa0=; b=TBLGlp3nDmQ1pt7f2ckK/k3z4lejynFkOCxop2w2EsjFLBUZWJL1gZ7e4kJFCUzqgn uQyI8wk/hpP/wMfI6OtJicS085Te9ZjUJ9Svbwbii2QsflIRJ6gsrwf6vmagCAWqgFof NcTAOFn3R+5Sr1m3ykplFRJhEb60ZkbX1l7lxwp6oA16ZkGuOm8futls0aamYPBc1Fvq WiLGQz84q2SMuCnwnbtqB7pTIKukdsfszJ1Id2xLnzgLHLEKqnji9sudlYghjoNErzNM PYMRdSyRR/nx2sj91M6UA9nYJ1H9FRU/UBkU1yRwe6vLZCUjVRYJkpod/qyd+ORGl7vN 8SMw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=MvQI6bpt; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x12si9227855ejf.85.2021.02.07.07.30.58; Sun, 07 Feb 2021 07:31:23 -0800 (PST) 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; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=MvQI6bpt; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230224AbhBGP3a (ORCPT + 99 others); Sun, 7 Feb 2021 10:29:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:57560 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229866AbhBGP1Z (ORCPT ); Sun, 7 Feb 2021 10:27:25 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 11FDA64E3B; Sun, 7 Feb 2021 15:26:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612711603; bh=2BJH4zXw2LnY0j+NbpIjEN6FbOeqdmXD4EuZife4vzA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MvQI6bpt2AvuiVY56id0N1varcTk/z6AK0AYPkAKRjo/chgHKDmoFg6SeSC2g310a SxfC7ZLE15KqB9+33oE9nYbvaLqQyIr3yzb1W/2nzZKjjxEoq3/MI8uNpdqcpN8gSj bMq7HDEF8/TY0MerCDyl9Y2tsp9tiLZqm2isPEc8= Date: Sun, 7 Feb 2021 16:26:40 +0100 From: Greg Kroah-Hartman To: karthek Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: rtl8723bs: fix block comments alignment Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 07, 2021 at 08:54:49PM +0530, karthek wrote: > On Sun, Feb 07, 2021 at 04:21:29PM +0100, Greg Kroah-Hartman wrote: > > On Sun, Feb 07, 2021 at 08:49:46PM +0530, karthek wrote: > > > On Sun, Feb 07, 2021 at 04:15:59PM +0100, Greg Kroah-Hartman wrote: > > > > On Sun, Feb 07, 2021 at 08:41:59PM +0530, karthek wrote: > > > > > On Sun, Feb 07, 2021 at 03:54:09PM +0100, Greg Kroah-Hartman wrote: > > > > > > On Sun, Feb 07, 2021 at 08:17:33PM +0530, karthek wrote: > > > > > > > > > > > > > > > > > > > > > > > > For some reason you sent this only to me, which is a bit rude to > > > > > > everyone else on the mailing list. I'll be glad to respond if you > > > > > > resend it to everyone. > > > > > > > > > > > > thanks, > > > > > > > > > > > i> greg k-h > > > > > > > > > > ok anyway > > > > > > > > > > Those both lines(from, signed-off-by) are exactly same, what's problem > > > > > with them? > > > > > > > > I don't see the context here... > > > are you real greg or bot? > > > > All too real :) > > > > > > Anyway, if you do sign documents with just "karthek" (lowercase and > > > > all), that's fine, but I do have to ask, right? > > > I do sign just karthek everywhere(bank,gov docs,etc), thats my legal > > > signature > > > > Ok, that's good to know, however I have an application here from you > > with a different name on it. Odd... > Ofcourse thats my legal name(Karthik Alapati) and this is my legal > signature(karthek) > FYI this is the first time i used my legal name on internet application Great, please use your legal name on a signed-off-by: line, as it is a legal statement. thanks, greg k-h