aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <[email protected]>2018-12-19 22:38:21 -0500
committerSteven Rostedt (VMware) <[email protected]>2018-12-22 22:51:01 -0500
commit754481e6954cbef53f8bc4412ad48dde611e21d3 (patch)
tree311427797eae5dfd56859c4d80edabe0afe8800e /net/lapb/lapb_timer.c
parent72921427d46bf9731a1ab7864adc64c43dfae29f (diff)
tracing: Use str_has_prefix() helper for histogram code
The tracing histogram code contains a lot of instances of the construct: strncmp(str, "const", sizeof("const") - 1) This can be prone to bugs due to typos or bad cut and paste. Use the str_has_prefix() helper macro instead that removes the need for having two copies of the constant string. Cc: Tom Zanussi <[email protected]> Acked-by: Namhyung Kim <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions