Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp282921yba; Fri, 3 May 2019 01:34:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqySIh6N/AiVoSqLNWDA0Bh6f/PTzHb5z4fqCBHbTKm5HLLzYh6KoLH/TMciGcfVR1fDUt62 X-Received: by 2002:a62:be17:: with SMTP id l23mr8875425pff.241.1556872484254; Fri, 03 May 2019 01:34:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556872484; cv=none; d=google.com; s=arc-20160816; b=YtBWA8dtzm6tTbLGjCoX3RITKNHLXzeqqfA+ZVfzahA5YKbY86Epe34nb9y4ZZ7g1z cuQn+29J2aYPYGf8FhJnThzO/KvtnXD9Nq1kg5Y+Xm31WJNZcIMK745peKo/f9BiTLVy 4ygSQad5aDuN/K3DCYLd26CeCBMbmQnTOIocrehuNNjVb3Tdy8P/QfSPdq4AuJcIHoZ7 BJfZqgS4z6Vnj1OUaqYEto7tbCs4gxLgS4KRU4XoZL5gY2DRcaSzC4uSGsCJdiOP/jpI YpH8TZ+Xe1Vquv69oqBgW6y37Y/AQyxAZPNm8rwJlxy6C8fPLCjazsLe7Iv10TgKnfQH +3ww== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=fA2aUzQsHm7LZnjzO6wdvbdRswXhQI0TRwvKsKTzs2U=; b=Pqs0Cp3LwedB4T2/Z2XmbjJBrPvF3nr5hFGvJPlbOyXsGo72wjubmzsHRWkIa1uaMQ xyrgQznMNBo8Ma+KdEAq2LLZDWpHw2lz5iJZbL9Sc36NLwkulVwohjXA98afoNkrteH3 t9XN74zjey0wmMq/x9wSuUd6RaFPyiIKSRS27mDpub8z3OJCRtGaxroojR6M5XjoUpxu pScGrSENWIDlXriev2fXf4POLH+c+nM0UsUVX22JHV/uhtnoRPNzsNnbPBEDX5PdjU3B o7S46MlGkIif+Fo6AEOMVM3uKQCuhhKhQKv65UcVpAN+wXvjGJRxx9ULIjPuvTWYIlbI cIqQ== 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 y11si1415738pgp.495.2019.05.03.01.34.28; Fri, 03 May 2019 01:34:44 -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 S1726579AbfECIFm (ORCPT + 99 others); Fri, 3 May 2019 04:05:42 -0400 Received: from mx2.suse.de ([195.135.220.15]:57366 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725798AbfECIFm (ORCPT ); Fri, 3 May 2019 04:05:42 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id CFD26AC4F; Fri, 3 May 2019 08:05:40 +0000 (UTC) Date: Fri, 3 May 2019 10:05:40 +0200 From: Petr Mladek To: Johan Hovold Cc: "Tobin C. Harding" , "Tobin C. Harding" , Josh Poimboeuf , Jiri Kosina , Miroslav Benes , Greg Kroah-Hartman , "Rafael J. Wysocki" , Joe Lawrence , Jonathan Corbet , live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 3/5] kobject: Fix kernel-doc comment first line Message-ID: <20190503080540.4ar5adqmo2c5yh5n@pathway.suse.cz> References: <20190502023142.20139-1-tobin@kernel.org> <20190502023142.20139-4-tobin@kernel.org> <20190502073823.GQ26546@localhost> <20190502082539.GB18363@eros.localdomain> <20190502083922.GR26546@localhost> <20190503014015.GC7416@eros.localdomain> <20190503075607.GC26546@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190503075607.GC26546@localhost> User-Agent: NeoMutt/20170912 (1.9.0) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 2019-05-03 09:56:07, Johan Hovold wrote: > On Fri, May 03, 2019 at 11:40:15AM +1000, Tobin C. Harding wrote: > > On Thu, May 02, 2019 at 10:39:22AM +0200, Johan Hovold wrote: > > I am totally aware this is close to code churn and any discussion is > > bikeshedding ... for me just because loads of places don't do this it > > still looks nicer to my eyes > > > > /** > > * sfn() - Super awesome function. > > > > than > > > > /** > > */ sfn() - super awesome function > > > > I most likely will keep doing these changes if I am touching the > > kernel-doc comments for other reasons and then drop the changes if the > > subsystem maintainer thinks its code churn. > > > > I defiantly won't do theses changes in GNSS, GREYBUS, or USB SERIAL. > > This isn't about any particular subsystem, but more the tendency of > people to make up random rules and try to to force it on others. It's > churn, and also makes things like code forensics and backports harder > for no good reason. +1 But I could understand that it is hard to keep it as is when it bothers ones eyes. I tend to change these things as well and have to activelly stop myself again and again ;-) Best Regards, Petr