Skip to content

Commit

Permalink
Formatting, use tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntro committed Dec 30, 2012
1 parent 0cbfc9f commit db50b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ static long pwm_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
return -ERESTARTSYS;

switch (cmd) {
case PWM_PULSE_RESET:
case PWM_PULSE_RESET:
if (servo)
retval = pwm_set_servo_pulse(pd, servo_start);

Expand Down

3 comments on commit db50b52

@TobiasSimon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, would it be possible to merge that one also into master? I have tested it and it yields a huge performance benefit when writing often to the pwm device.
Regards, Tobias

@scottellis
Copy link
Owner

@scottellis scottellis commented on db50b52 Jan 29, 2013 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TobiasSimon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

Please sign in to comment.