]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tpm: i2c: atmel: fix block comment formatting
authorEthan Luna <trunixcodes@zohomail.com>
Wed, 8 Apr 2026 08:37:47 +0000 (11:37 +0300)
committerJarkko Sakkinen <jarkko@kernel.org>
Tue, 21 Apr 2026 15:54:28 +0000 (18:54 +0300)
commitbb7a4e3b5f96d75756dab6459f073d4b2eedc7a0
tree4a5451af0d2fea1c1c557b86b232a96a71b4a629
parent48fe2cddc85c7849463bd01ae8b8c6b575ff508b
tpm: i2c: atmel: fix block comment formatting

Multiple block comments in tpm_i2c_atmel.c placed the closing '*/' on the
same line as the comment text. This violates the kernel's preferred
comment style, which requires the closing delimiter to appear on its
line.

Fix the formatting to improve readability and resolve checkpatch
warnings.

Signed-off-by: Ethan Luna <trunixcodes@zohomail.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
drivers/char/tpm/tpm_i2c_atmel.c