Message ID | 165296425281.4207.1135914442258082055.tip-bot2@tip-bot2 |
---|---|
State | New |
Headers | show |
Series | [thermal:,thermal/next] tools/lib/thermal: remove unneeded semicolon | expand |
diff --git a/tools/lib/thermal/commands.c b/tools/lib/thermal/commands.c index 4e289ca..73d4d4e 100644 --- a/tools/lib/thermal/commands.c +++ b/tools/lib/thermal/commands.c @@ -212,7 +212,7 @@ static int handle_netlink(struct nl_cache_ops *unused, default: return THERMAL_ERROR; - }; + } return ret; }