docs/linux: fix KMEMLEAK variable in suggested kernel configs

This commit is contained in:
clslgrnc 2020-08-18 14:21:19 +02:00 committed by Dmitry Vyukov
parent 1d75fe458f
commit 6436ce4bcd

View File

@ -21,7 +21,7 @@ To detect memory leaks using the [Kernel Memory Leak Detector
(kmemleak)](https://www.kernel.org/doc/html/latest/dev-tools/kmemleak.html):
```
CONFIG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK=y
```
To show code coverage in web interface: