fixeria has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-gprs/+/29503 )
Change subject: tests/llc/pdu_codec_test: use const char * const
......................................................................
tests/llc/pdu_codec_test: use const char * const
Not really important, just makes the linter happy.
Change-Id: I9b952b05fed11f26d2839314270e2862db3d036a
---
M tests/llc/pdu_codec_test.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/tests/llc/pdu_codec_test.c b/tests/llc/pdu_codec_test.c
index f2418fe..d1169a7 100644
--- a/tests/llc/pdu_codec_test.c
+++ b/tests/llc/pdu_codec_test.c
@@ -28,7 +28,7 @@
static void test_pdu_dec_enc(void)
{
- static const char *testData[] = {
+ static const char * const testData[] = {
/* SAPI=1 (GMM), UI func=UI C/R=0 PM=0 N(U)=4 */
"01c010080509afe633",
/* SAPI=1 (GMM), UI func=UI C/R=1 PM=1 N(U)=0 */
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-gprs/+/29503
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I9b952b05fed11f26d2839314270e2862db3d036a
Gerrit-Change-Number: 29503
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged