From: Gyeyoung Baek Date: Mon, 19 May 2025 14:25:53 +0000 (+0900) Subject: iio: buffer: Fix checkpatch.pl warning X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1a862799dc12f82d912320757624e3474a71de67;p=users%2Fjedix%2Flinux-maple.git iio: buffer: Fix checkpatch.pl warning Remove the following trivial warning: "WARNING: Block comments should align the * on each line" Signed-off-by: Gyeyoung Baek Link: https://patch.msgid.link/20250519-timestamp-v1-1-fcb4f6c2721c@gmail.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/buffer/industrialio-triggered-buffer.c b/drivers/iio/buffer/industrialio-triggered-buffer.c index c06515987e7a7..9bf75dee7ff86 100644 --- a/drivers/iio/buffer/industrialio-triggered-buffer.c +++ b/drivers/iio/buffer/industrialio-triggered-buffer.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only - /* +/* * Copyright (c) 2012 Analog Devices, Inc. * Author: Lars-Peter Clausen */