]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
infiniband: run clang-format
authorLuke Yeager <lyeager@nvidia.com>
Thu, 23 Jul 2020 21:05:28 +0000 (14:05 -0700)
committerLuke Yeager <lyeager@nvidia.com>
Thu, 23 Jul 2020 21:05:28 +0000 (14:05 -0700)
src/infiniband.c

index 8f780e53c052c3f563681619743d7d481f5fefb7..cb94aed130143a97fa943cfed34d8d5d678c1d83 100644 (file)
@@ -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", "");