commit | 882a78a9f39f5535b209b4aa0a1741e35b8c67fb | [log] [tgz] |
---|---|---|
author | Randy Dunlap <[email protected]> | Mon Sep 03 12:53:17 2018 -0700 |
committer | Ingo Molnar <[email protected]> | Mon Sep 10 10:31:37 2018 +0200 |
tree | 2cd704446a872d880f2c53de5bf2fe0de9577466 | |
parent | bb3485c8ace6475c269b1aa2da674490f455f412 [diff] |
sched/fair: Fix kernel-doc notation warning Fix kernel-doc warning for missing 'flags' parameter description: ../kernel/sched/fair.c:3371: warning: Function parameter or member 'flags' not described in 'attach_entity_load_avg' Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Fixes: ea14b57e8a18 ("sched/cpufreq: Provide migration hint") Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>