From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756125AbcIPGBY (ORCPT ); Fri, 16 Sep 2016 02:01:24 -0400 Received: from mout.web.de ([217.72.192.78]:55096 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751081AbcIPGBQ (ORCPT ); Fri, 16 Sep 2016 02:01:16 -0400 Subject: Re: clk/Renesas-MSTP: Rename jump labels in cpg_mstp_attach_dev() To: Geert Uytterhoeven References: <566ABCD9.1060404@users.sourceforge.net> <1575ddf1-bd1a-fe98-046a-a586eb30fe47@users.sourceforge.net> Cc: linux-clk@vger.kernel.org, Geert Uytterhoeven , Laurent Pinchart , Michael Turquette , Simon Horman , Stephen Boyd , Ulf Hansson , LKML , "kernel-janitors@vger.kernel.org" , Julia Lawall , linux-doc@vger.kernel.org From: SF Markus Elfring Message-ID: Date: Fri, 16 Sep 2016 08:00:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:JYItVDjQXo/+mifrG4WmdxQSbQdnGZhinok7tlMvB/OEithgZD1 PbsRX2XU/Q1wFfEbnJJS2utlTuNJiuKuKJ4S7q23OqUXbFpx+5RB2W+cxrbKh3qWIah4O8/ ixPK25ypJBIJLr2kbJ6ahEvmIi/7yBoFINrUu/6lS/iVY4jpMINpaFt+oDixtwUoB8qzi0p pWaEPNhHl6MJjQIg3iRKA== X-UI-Out-Filterresults: notjunk:1;V01:K0:jQ6gZ1uvLB4=:HVPbBgKzNsOoWA6vCfFl4f axT6QXM23sfMm7Y6qT74jnAJQiWF9S2zVY/Lmf5hAYx6Pjty4apGYIrpex9lB28z7lWHdjVkC NbUFOQ5xkU5lUGFJL4o7m104CuBSd0eqtIdesAE/BTIvoYPckCHMlR/zPVdS1U3V3wwWPlRkW BiIhcZrxGHra/gAK7hp7Dq+GBgtqgzA3q5mBgptJ5tG6KoBJLVpWWR0ZEz9AqWwGnBK4xU4dk x5eyPR8M/B4YBjwO8jgUx/YZ+6OWUpB2sG5rbKjrG4ni4XjRLG5077GFLhB7dJzsC9Q33tXWZ 3bQaSgEFzotV5n2h8c741KY18bnXm9FGaYSkEMn+3ayNUdS8PijyrQQrMqgZI01nFla/69Psi UozcW6dMc+/yJT9PnjMnBXuD+Fuzap4ZhXVuZ+5vthxSh6OKk3pcVnt/8Vv/qB9oPMlRpxYBJ 0fWj9u2fjNLf/YIVr8Mp44E5pkCH8hHx1IatwF7D0sU5Bz+Z+U++Z/Uc7aIbpdck+VCLcrw2I nevt2s9XQcBbXw2sydivgLIv4flLDbF++yJn8EKjC5x7rDYY+Nk+McNLlA0aPQ8nDMzBgXfvF uYC0YMQEaskgRmkR/o9z9fu3GSCkqbTa9GW9OfIbDu4CImwevFAGBeNctDUkJh0e48AW3eKw4 HeuqYfNmtZ2Upw3W3vi4exNXGeGQbU6p6UidpsHhyenrsoWf4M4pa5Cy6pZJRFJ+PPJ7f/c2D Km6TmLT8G9RTnzbogb1VYm2tl0Cjn13gFOSs4QT0lQ8KzgW+B7z2XQkRNLEmbktUFtQ+Fa+xj 2P2v1XG Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > "Choose label names which say what the goto does or why the goto exists." > > I prefer the "why" over the "what". Does your opinion indicate also that you would appreciate another adjustment around the quoted sentence from "Chapter 7: Centralized exiting of functions" of the document "CodingStyle"? Would you like to achieve that the potential for confusion will be reduced a bit more there? > And the "indent labels with a single space" rule will be removed soon, I am unsure on how this "story" will evolve further. Will the indentation rules become any more precise for Linux source code? > as there's no longer a technical reason for it after > https://lkml.org/lkml/2016/9/7/316 The software update "Set git diff driver for C source code files" is also interesting for current versions. Will language-specific rules which are supported by recent Git software influence any capabilities for the command "diff --show-c-function"? Regards, Markus