From: Luke Yeager Date: Thu, 23 Jul 2020 21:05:28 +0000 (-0700) Subject: infiniband: run clang-format X-Git-Tag: collectd-5.12.0~23^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29a81b311606319795b18f33d353da6b77e768db;p=thirdparty%2Fcollectd.git infiniband: run clang-format --- diff --git a/src/infiniband.c b/src/infiniband.c index 8f780e53c..cb94aed13 100644 --- a/src/infiniband.c +++ b/src/infiniband.c @@ -176,7 +176,8 @@ static int ib_read_port(const char *device, const char *port) { // The LID of the master SM (subnet manager) that is managing this port if (ib_read_value_file(device, port, "sm_lid", DS_TYPE_GAUGE, &value) == 0) ib_submit(device, port, &value, 1, "ib_lid", "sm"); - // The administrative SL (service level) of the master SM that is managing this port + // The administrative SL (service level) of the master SM that is managing + // this port if (ib_read_value_file(device, port, "sm_sl", DS_TYPE_GAUGE, &value) == 0) ib_submit(device, port, &value, 1, "ib_sm_sl", "");