diff options
| -rw-r--r-- | include/linux/leds.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/leds.h b/include/linux/leds.h index 62af62915cf7..d8bf9665e70c 100644 --- a/include/linux/leds.h +++ b/include/linux/leds.h | |||
| @@ -47,7 +47,8 @@ struct led_classdev { | |||
| 47 | 47 | ||
| 48 | /* Activate hardware accelerated blink, delays are in | 48 | /* Activate hardware accelerated blink, delays are in |
| 49 | * miliseconds and if none is provided then a sensible default | 49 | * miliseconds and if none is provided then a sensible default |
| 50 | * should be chosen. */ | 50 | * should be chosen. The call can adjust the timings if it can't |
| 51 | * match the values specified exactly. */ | ||
| 51 | int (*blink_set)(struct led_classdev *led_cdev, | 52 | int (*blink_set)(struct led_classdev *led_cdev, |
| 52 | unsigned long *delay_on, | 53 | unsigned long *delay_on, |
| 53 | unsigned long *delay_off); | 54 | unsigned long *delay_off); |
