ASoC: topology: Do not split message string on multiple lines
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Fri, 19 May 2023 19:56:09 +0000 (21:56 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 22 May 2023 10:18:45 +0000 (11:18 +0100)
commit5308540278d776e10519db144cb0cf3b3dd7ffbf
tree7bddb33db8a0c06cea7233ba70bab9a75856af17
parent2316c11fa97779d06bfd7990f45b13a7b6ec1dae
ASoC: topology: Do not split message string on multiple lines

Kernel coding guidelines recommend to not split string unnecessarily.
While at it adapt the other print present in the function to 100
characters line limit.

Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20230519195611.4068853-4-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c