You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
432 B
14 lines
432 B
diff --git a/net/rxrpc/local_event.c b/net/rxrpc/local_event.c
|
|
index 19e929c..e9cf26d 100644
|
|
--- a/net/rxrpc/local_event.c
|
|
+++ b/net/rxrpc/local_event.c
|
|
@@ -16,7 +16,7 @@
|
|
#include <generated/utsrelease.h>
|
|
#include "ar-internal.h"
|
|
|
|
-static const char rxrpc_version_string[65] = "linux-" UTS_RELEASE " AF_RXRPC";
|
|
+static const char rxrpc_version_string[128] = "linux-" UTS_RELEASE " AF_RXRPC";
|
|
|
|
/*
|
|
* Reply to a version request
|