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/perf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/perf.txt') diff --git a/sys/linux/perf.txt b/sys/linux/perf.txt index 2b94968bb..fd29a6f1d 100644 --- a/sys/linux/perf.txt +++ b/sys/linux/perf.txt @@ -43,7 +43,7 @@ _ = PERF_COUNT_SW_CPU_CLOCK, PERF_COUNT_SW_TASK_CLOCK, PERF_COUNT_SW_PAGE_FAULTS perf_event_attr { type flags[perf_event_type, int32] size len[parent, int32] -#TODO: config can contain lots of various flags depending on type. +# TODO: config can contain lots of various flags depending on type. # this is a hacky way to generate something reasonable. config0 int8 config1 int8 -- cgit mrf-deployment