mm/circbuf: delete underscore about circular buffer naming conventions

N/A

Change-Id: I66e08cdbe8b4c23948ebc20c2a29d9ef9f4156ab
Signed-off-by: dongjiuzhu <dongjiuzhu1@xiaomi.com>
This commit is contained in:
dongjiuzhu
2020-11-20 15:11:28 +08:00
parent e3022f8d13
commit 024f15489e
9 changed files with 111 additions and 111 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ config MM_FILL_ALLOCATIONS
Fill all malloc() allocations with 0xAA. This helps
detecting uninitialized variable errors.
config MM_CIRC_BUF
config MM_CIRCBUF
bool "Circular buffer support"
default n
---help---