commit | 898d75f4aa8b1aeb99df8fe275cb3fcfa3dc0688 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Tue May 24 13:34:52 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Fri May 27 11:28:16 2016 -0700 |
tree | 9c2c24a4eac59ae32ffb037a8529c96afd286644 | |
parent | 95073cc2e53c1352f2c244408d1bd005b07650fd [diff] |
greybus: drop a bogus semicolon Coccinelle reports that gb_svc_pwrmon_debugfs_init() has a block of a for loop which is followed by an unnecessary semicolon. Get rid of that semicolon. Signed-off-by: Alex Elder <elder@linaro.org> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>