From: Peter Ujfalusi Date: Thu, 22 Sep 2011 08:05:46 +0000 (+0300) Subject: ASoC: twl6040: Fix comments for register names X-Git-Tag: v3.2-rc1~127^2~1^2~279 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4548dc3c05d304cc94a550c2457a3cc3ad429a86;p=pandora-kernel.git ASoC: twl6040: Fix comments for register names Change the register name strings in the comments for the twl6040_reg table, so it is easier to search for specific register. This is cosmetic change. Before we had for example: TWL6040_REG_HSLCTL as register definition. At the register table we had: TWL6040_HSLCTL Searching for TWL6040_HSLCTL resulted no hits. While if we look for REG_HSLCTL, we can find the places the register has been used. Signed-off-by: Peter Ujfalusi Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed