platform/x86: touchscreen_dmi: Fix indentation in several places
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 9 Jan 2020 15:34:05 +0000 (17:34 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 10 Jan 2020 09:57:22 +0000 (11:57 +0200)
commitdf532c160c4402b09fca4bc8469a57cedf49f351
treebc942371c7a28579c568940eb7c6af24604716e4
parentf95eafbf1f8021dbdeda0b7479b4b41094dde491
platform/x86: touchscreen_dmi: Fix indentation in several places

1. Put on one line PROPERTY_ENTRY_STRING("firmware-name", ...) lines. In most
   cases this doesn't over the limit, the rest is pretty much obvious from
   reading point of view.
2. Put on one line DMI_MATCH() parameters, we already have over the limit lines.
3. Reduce indentation of function parameters.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/touchscreen_dmi.c