diff options
| author | Shivani Bhardwaj <[email protected]> | 2015-10-16 02:17:20 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-16 22:38:17 -0700 |
| commit | e3ce40cb734f2a0edd51f3a7cda913274dab42ed (patch) | |
| tree | 711e1478ce4f1abfbc392489c39a0589e92a7201 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
| parent | fea6fc647b589e5954330f1f0497b6de59b7fe01 (diff) | |
Staging: lustre: lproc_ptlrpc: Replace simple_strtol with simple_stroul
The variable inst is a __u32 type and hence the function used should be
simple_strtoul.
Semantic patch used:
@@
typedef __u32;
__u32 e;
@@
e =
- simple_strtol
+ simple_strtoul
(...)
Signed-off-by: Shivani Bhardwaj <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions