Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752370AbdLEEFF (ORCPT ); Mon, 4 Dec 2017 23:05:05 -0500 Received: from muin.pair.com ([209.68.1.55]:51691 "EHLO muin.pair.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751756AbdLEEFB (ORCPT ); Mon, 4 Dec 2017 23:05:01 -0500 Subject: Re: [PATCH 04/10] ASoC: fsl_ssi: Refine all comments To: Nicolin Chen , broonie@kernel.org Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, alsa-devel@alsa-project.org, fabio.estevam@nxp.com, mail@maciej.szmigiero.name, caleb@crome.org, lgirdwood@gmail.com References: <1512420403-10164-1-git-send-email-nicoleotsuka@gmail.com> <1512420403-10164-5-git-send-email-nicoleotsuka@gmail.com> From: Timur Tabi Message-ID: <8e5229a8-5f3f-d55f-95dc-2b33657b9c9a@tabi.org> Date: Mon, 4 Dec 2017 22:04:57 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1512420403-10164-5-git-send-email-nicoleotsuka@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 809 Lines: 18 On 12/4/17 2:46 PM, Nicolin Chen wrote: > This patch refines the comments by: > 1) Removing all out-of-date comments > 2) Removing all not-so-useful comments > 3) Unifying the styles of all comments > 4) Simplifying over-descriptive comments > 5) Adding comments to improve code readablity > 6) Moving all register related comments to fsl_ssi.h > 7) Adding comments to all register and field defines > > Even after adding dozens of lines in fsl_ssi.h, this patch reduces > 100 lines totally. I'll review the other patches later, but I'm not keen on your removal of some of the comments in this patch. I don't see why line count is so important, and you're removing some informative text. I can see removing trivial comments and outdated ones, but "no-so-useful" and "over-descriptive" are subjective.