summaryrefslogtreecommitdiff
path: root/sysctl.h
AgeCommit message (Collapse)AuthorFilesLines
2015-07-30sysctl: Export procfs base path in sysctl.hTobias Klauser1-0/+2
Rename SYS_PATH to SYSCTL_PROC_PATH and make it available in sysctl.h such that it can be used e.g. in error messages. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2015-07-20sysctl: Add sysctl module with /proc/sys helpersVadim Kochan1-0/+7
Moved sysctl get/set funcs from flowtop to separated sysctl module. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
te-remove&id=081ee14ab4452bbf7bab9b4df61519bb48a44375'>081ee14ab4452bbf7bab9b4df61519bb48a44375 (patch) tree832d8ab15d8734c7cda8ec634468c512809b6fb4 /drivers parent6e8fc8c4c939730e4550a3f70c640f6f0a281079 (diff)
greybus: control: remove some braces
Remove some no-longer-needed braces around an error path. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/greybus/control.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/greybus/control.c b/drivers/staging/greybus/control.c