]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
scmi: update comments for scmi_pinctrl_config_set_in()
authorDan Carpenter <dan.carpenter@linaro.org>
Wed, 11 Mar 2026 19:39:39 +0000 (22:39 +0300)
committerPeng Fan <peng.fan@nxp.com>
Mon, 23 Mar 2026 02:58:20 +0000 (10:58 +0800)
Delete some extra space characters to make checkpatch.pl happy:

WARNING: please, no space before tabs

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
include/scmi_protocols.h

index e1d788058fb13e6f83dce96a0388790e522d22b0..d5175551490d7371eea010cb77d17a943544da4a 100644 (file)
@@ -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 {