neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/31425 )
Change subject: cosmetic: drop stray backslash ......................................................................
cosmetic: drop stray backslash
Change-Id: I311b62ff393c6520d72fc6aee21d86723487133f --- M include/osmocom/hnbgw/context_map.h 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved pespin: Looks good to me, approved
diff --git a/include/osmocom/hnbgw/context_map.h b/include/osmocom/hnbgw/context_map.h index a8d1f97..1342da5 100644 --- a/include/osmocom/hnbgw/context_map.h +++ b/include/osmocom/hnbgw/context_map.h @@ -8,7 +8,7 @@ SUBSYS, LEVEL, "RUA-%u %s: " FMT, \ (HNB_CTX_MAP) ? (HNB_CTX_MAP)->rua_ctx_id : 0, \ (HNB_CTX_MAP) ? ((HNB_CTX_MAP)->is_ps ? "PS" : "CS") : "NULL", \ - ##ARGS) \ + ##ARGS)
enum hnbgw_context_map_state { MAP_S_NULL,