commit | 09f5fe756329fd7fb6ccb94563960d6a22eaaab2 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Sun Nov 25 13:00:44 2012 +0530 |
committer | Bryan Wu <cooloney@gmail.com> | Tue Nov 27 14:49:30 2012 -0800 |
tree | 79ec40078784e74d99f6f77a121969572c6b9811 | |
parent | 18e6f1392d6679b51799bfbc090eba3bea1f540a [diff] |
leds: led-triggers: Fix checkpatch warnings Fixes the following type of warnings: WARNING: Prefer netdev_warn(netdev, ... then dev_warn(dev, ... then pr_warn(... to printk(KERN_WARNING ... WARNING: quoted string split across lines While at it also fix a coding style issue w.r.t braces. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Bryan Wu <cooloney@gmail.com>