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/trusty.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/trusty.txt') diff --git a/sys/linux/trusty.txt b/sys/linux/trusty.txt index 9e915c3da..3c1dba8da 100644 --- a/sys/linux/trusty.txt +++ b/sys/linux/trusty.txt @@ -267,7 +267,7 @@ type trusty_authorization_elem_t[TAG, DATA] { } [packed] trusty_authorization_bytes { -# TODO: these are length/offset in trusty_authorization_set.indirect_data. +# NEED: these are length/offset in trusty_authorization_set.indirect_data. data_length int32 offset int32 } [packed] -- cgit mrf-deployment