From 9ffebe784d64f4cb9fdae886bdcb89b9d8bb26f7 Mon Sep 17 00:00:00 2001 From: Neels Janosch Hofmeyr Date: Mon, 20 Feb 2023 16:44:51 +0100 Subject: [PATCH] cosmetic: drop stray backslash Change-Id: I311b62ff393c6520d72fc6aee21d86723487133f --- include/osmocom/hnbgw/context_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,