]> asedeno.scripts.mit.edu Git - linux.git/commit
tpm/tpm_crb: fix the over 80 characters checkpatch warring
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 11 Sep 2016 23:03:55 +0000 (02:03 +0300)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Thu, 15 Sep 2016 13:04:21 +0000 (16:04 +0300)
commit64fba530e9ef81469b6dc65bf8e00ed9e90192c7
treed70cc51754a9f6621536034d03227eb910b9b2e3
parent47de683afa7d1b9638a7d6817826d0cdc72b0e1a
tpm/tpm_crb: fix the over 80 characters checkpatch warring

Because of the line break in the debug print the chackpatch is
not silent on 80 characters limitation.

The easiest fix is to straighten the lines, it's also more readable.

WARNING: line over 80 characters
+                       FW_BUG "TPM2 ACPI table does not define a memory
resource\n");

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
drivers/char/tpm/tpm_crb.c