From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: backlight: cgbc_bl: fix kernel-doc comment for struct cgbc_bl_data Date: Sat, 14 Mar 2026 07:32:08 +1000 Message-ID: In-Reply-To: References: X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: backlight: cgbc_bl: fix kernel-doc comment for struct cgbc_bl_data Author: John S Patches: 1 Reviewed: 2026-03-14T07:32:08.789982 --- This is a single, straightforward kernel-doc fix patch. The change is correct and addresses a legitimate `kernel-doc` warning. The existing comment at line 30 uses the `/**` kernel-doc marker but lacks the required `struct -` prefix, so the documentation tooling cannot associate it with `struct cgbc_bl_data`. The fix is minimal and appropriate. **Verdict: Looks good.** --- Generated by Claude Code Patch Reviewer