rxrpc: Replace all unsigned with unsigned int
[deliverable/linux.git] / net / rxrpc / ar-connection.c
index 53df14cb8d255a81943c8900bcd40507a8023ec4..9942da1edbf6c00a4f5acee07de7c0c92069f121 100644 (file)
@@ -21,7 +21,7 @@
 /*
  * Time till a connection expires after last use (in seconds).
  */
-unsigned rxrpc_connection_expiry = 10 * 60;
+unsigned int rxrpc_connection_expiry = 10 * 60;
 
 static void rxrpc_connection_reaper(struct work_struct *work);
 
This page took 0.042274 seconds and 5 git commands to generate.