commit | ae85da1c90b6bb824091dfe2960b6cf5b443aab2 | [log] [tgz] |
---|---|---|
author | Jennifer Williams <jennifer.m.williams@intel.com> | Mon May 17 16:38:40 2021 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Jun 04 16:22:50 2021 -0500 |
tree | 5fe77e0e76a1d0a852c9cfe407a6027658195eda | |
parent | 9eab89ff204051dcab1660aa65abb187c89f0f77 [diff] |
kernel: poll: fix coding guideline 15.7 missing comment The final else {} in the if...else if is missing required comment (non-empty, ';' is not sufficient). This adds a comment to comply with CG 15.7. Signed-off-by: Jennifer Williams <jennifer.m.williams@intel.com>