From f61acd75c420542f4e448b34f89b9d13cdd849c2 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 8 Nov 2021 16:34:17 +0100 Subject: [PATCH] cosmetic: Add parenthesis around expression to clarify it Change-Id: I621ef02868aff2bd23d82c8bc70e5cdbc391fbc2 --- src/tbf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tbf.cpp b/src/tbf.cpp index 99d1018f..0b02623a 100644 --- a/src/tbf.cpp +++ b/src/tbf.cpp @@ -719,7 +719,7 @@ const char *tbf_name(const gprs_rlcmac_tbf *tbf) const char *gprs_rlcmac_tbf::name() const { - int8_t tfi = m_tfi == TBF_TS_UNSET ? -1 : m_tfi; + int8_t tfi = (m_tfi == TBF_TS_UNSET) ? -1 : m_tfi; snprintf(m_name_buf, sizeof(m_name_buf) - 1, "TBF(TFI=%d TLLI=0x%08x DIR=%s STATE=%s%s)", tfi, tlli(),