Skip to content

Commit bdebe27

Browse files
bijudasthierryreding
authored andcommitted
pwm: rz-mtu3: Fix build warning 'num_channel_ios' not described
Fix the below build warning: warning: Function parameter or member 'num_channel_ios' not described in 'rz_mtu3_channel_io_map' Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
1 parent 018121e commit bdebe27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pwm/pwm-rz-mtu3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* struct rz_mtu3_channel_io_map - MTU3 pwm channel map
4141
*
4242
* @base_pwm_number: First PWM of a channel
43-
* @num: number of IOs on the HW channel.
43+
* @num_channel_ios: number of IOs on the HW channel.
4444
*/
4545
struct rz_mtu3_channel_io_map {
4646
u8 base_pwm_number;

0 commit comments

Comments
 (0)