From 33dbe00fbb21cd2494e374ead8ab5dc8a8dca8b6 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Wed, 11 Mar 2026 22:39:39 +0300 Subject: scmi: update comments for scmi_pinctrl_config_set_in() Delete some extra space characters to make checkpatch.pl happy: WARNING: please, no space before tabs Signed-off-by: Dan Carpenter Acked-by: Peng Fan Signed-off-by: Peng Fan --- include/scmi_protocols.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include') diff --git a/include/scmi_protocols.h b/include/scmi_protocols.h index e1d788058fb..d5175551490 100644 --- a/include/scmi_protocols.h +++ b/include/scmi_protocols.h @@ -1108,14 +1108,14 @@ struct scmi_pin_config { * struct scmi_pinctrl_config_set_in - Message payload for PAD_CONFIG_SET command * @identifier: Identifier for the pin or group. * @function_id: Identifier for the function selected to be enabled - * for the selected pin or group. This field is set to - * 0xFFFFFFFF if no function should be enabled by the - * pin or group. + * for the selected pin or group. This field is set to + * 0xFFFFFFFF if no function should be enabled by the + * pin or group. * @attributes: Bits[31:11] Reserved, must be zero. - * Bit[10] Function valid. - * Bits[9:2] Number of configurations to set. - * Bits[1:0] Selector: Whether the identifier field - * refers to a pin or a group. + * Bit[10] Function valid. + * Bits[9:2] Number of configurations to set. + * Bits[1:0] Selector: Whether the identifier field + * refers to a pin or a group. * @configs: Array of configurations. */ struct scmi_pinctrl_config_set_in { -- cgit v1.2.3