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=-7.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 9D81CC433DB for ; Mon, 18 Jan 2021 21:36:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D68422227 for ; Mon, 18 Jan 2021 21:36:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394761AbhARVfo (ORCPT ); Mon, 18 Jan 2021 16:35:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:39400 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389442AbhARKDc (ORCPT ); Mon, 18 Jan 2021 05:03:32 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id C64EA221FF; Mon, 18 Jan 2021 10:02:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610964160; bh=lKbRkVLl0TvJXkgmMwDlKtpVfY+ThcC89YEz8gZ02EQ=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=l1lR1HZLrBeCwvgvgWQNUduCUQIJLeM2ttXJ6Kc3HOYwciiNY94SJkKZDIrJ6uFP8 DFWkoZ8iLcEMLMSCKz5Bz1HHoR+cTC6AfLlvYjNHbeqrcGBK2Ef+hp2MQsmDMvO5vs R7LU00JFedM8GKjO3YhTvwQukwLfkt3SCZxPBHZY79VsdtePMrxTjUqTDFiDW9zap7 apebJLctG2glWzt8njpajvPz/MgoF1W49iwLdmTer7VRSIT0WK+uHeO3twRM9UU/R5 E3hulgHkLM1joW/rVePfHGYIOXy9V9Bt3J6B94oPULC0KCExQVrhuuIrkonJwFa/fe oANZQzQQI2unA== Date: Mon, 18 Jan 2021 11:02:37 +0100 (CET) From: Jiri Kosina To: =?ISO-8859-15?Q?Filipe_La=EDns?= cc: Benjamin Tissoires , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] HID: logitech-hidpp: add support for Unified Battery (1004) feature In-Reply-To: Message-ID: References: <20210104182937.1472673-1-lains@archlinux.org> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 8 Jan 2021, Filipe LaĆ­ns wrote: > Yeah :head_scratch: > There is a header comment at the start of each feature section, which I think > does a good job pointing this out. IMO the problem with the naming is more for > people who see its usage in other parts of the code, but I guess that is C for > you right? Names don't scale well with code quantity :P Alright ... thug life :) Let's just keep it the way it is. > > > > Could you please use standard kernel commenting style here? > > > > > > Oops, sorry. Will do :) I have adjusted the wrong comment and applied. Thanks, -- Jiri Kosina SUSE Labs