diff options
author | Devendra Naga <devendra.aaru@gmail.com> | 2012-09-19 05:16:08 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-21 08:57:56 -0700 |
commit | a00979cccb9cc9727b8357f8fdf1c1924c9b73ef (patch) | |
tree | cc6c848ae195b599b9bc3489599792aa76f0c38f /tools/perf/scripts/python/net_dropmonitor.py | |
parent | bae95b09076abeecd193a8efbc34c00f4309d3f6 (diff) |
staging: sbe-2t3e3: use -ve error return codes in dc_init_descriptor_list
the dc_init_descriptor_list actually returns a +ve error return codes,
which is abnormal as other functions in kernel return -ve error codes on
failure. so replace the return codes of this function with -ve values
to make the consistency with the other functions in kernel.
Also make the dc_init_descriptor_list static as its never called
anywhere except in this file and move the function prototype from the
headerfile into the c file as its referred only in this c file.
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions