From de746e82320ebed3f7b02820728fa6eb035bc313 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 24 Jan 2019 14:39:12 +0100 Subject: sys/linux: update TODO comments Change TODO comments that refer to missing description language features to NEED comments as that it's easier to grep for them. Remove some outdated comments. Fix 2 easy fixable TODOs. --- sys/linux/udmabuf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/udmabuf.txt') diff --git a/sys/linux/udmabuf.txt b/sys/linux/udmabuf.txt index 03b5d8b3d..16c2b4366 100644 --- a/sys/linux/udmabuf.txt +++ b/sys/linux/udmabuf.txt @@ -29,5 +29,5 @@ udmabuf_create_item { size flags[udmabuf_offset_size, int64] } -# TODO: this should be a page-aligned integer +# NEED: this should be a page-aligned integer udmabuf_offset_size = 0, 0x1000, 0x2000, 0x4000, 0x8000, 0x10000, 0x1000000, 0x100000000, 0xfffff000, 0x1000000000000, 0xfffffffffffff000, 0xfffffffff0000000 -- cgit mrf-deployment