mirror of
https://github.com/torvalds/linux.git
synced 2026-09-18 16:48:03 +02:00
Unless smbdirect_connection_legacy_debug_proc_show()
wants to debug-log keep_alive_interval as microseconds,
a magnitude higher precision than available by the way,
keepalive_interval_msec should not be multiplied by 1000.
Fixes:
|
||
|---|---|---|
| .. | ||
| accept.c | ||
| connect.c | ||
| connection.c | ||
| debug.c | ||
| devices.c | ||
| internal.h | ||
| Kconfig | ||
| listen.c | ||
| main.c | ||
| Makefile | ||
| mr.c | ||
| pdu.h | ||
| rw.c | ||
| socket.c | ||
| socket.h | ||