aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorTrent Piepho <[email protected]>2008-10-13 10:13:01 +0100
committerRichard Purdie <[email protected]>2008-10-20 22:34:12 +0100
commit326bb8a5a12c6298a6bf6c74af490b1858b2f12c (patch)
treefd513f4869c4071a585350e458ffd7e8e5f834ac /net/unix/af_unix.c
parent132e9306beedd049bc5de037f1996731a2ca3eed (diff)
leds: Make default trigger fields const
The default_trigger fields of struct gpio_led and thus struct led_classdev are pretty much always assigned from a string literal, which means the string can't be modified. Which is fine, since there is no reason to modify the string and in fact it never is. But they should be marked const to prevent such code from being added, to prevent warnings if -Wwrite-strings is used, when assigned from a constant string other than a string literal (which produces a warning under current kernel compiler flags), and for general good coding practices. Signed-off-by: Trent Piepho <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions