// 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", "");