aboutsummaryrefslogtreecommitdiff
path: root/lib/string_helpers.c
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2012-11-03 10:58:27 +0000
committerRoland Dreier <[email protected]>2012-11-26 11:07:18 -0800
commit76f267b7ad978fec755f74ada4020edcb7493657 (patch)
tree125a7b5745393abf4ff72dbb2d69e1156e380e3e /lib/string_helpers.c
parentf4a75d2eb7b1e2206094b901be09adb31ba63681 (diff)
RDMA/cxgb4: use WARN
Use WARN rather than printk followed by WARN_ON(1), for conciseness. A simplified version of the semantic patch that makes this transformation is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression list es; @@ -printk( +WARN(1, es); -WARN_ON(1); // </smpl> Signed-off-by: Julia Lawall <[email protected]> Acked-by: Steve Wise <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions