From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Re: [PATCH] drm/msm/hdmi: make 'msm_hdmi_pm_ops' static Date: Wed, 11 Mar 2026 13:14:08 +1000 Message-ID: In-Reply-To: <2ojzypkvxomlzfv4yb3l5scnkozxxknth2egkfl6ivmo24shju@gfa64pxrmnk6> References: <2ojzypkvxomlzfv4yb3l5scnkozxxknth2egkfl6ivmo24shju@gfa64pxrmnk6> 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: Re: [PATCH] drm/msm/hdmi: make 'msm_hdmi_pm_ops' static Author: Dmitry Baryshkov Patches: 3 Reviewed: 2026-03-11T13:14:08.280883 --- This is a single, trivial cleanup patch that adds `static` to a file-local `DEFINE_RUNTIME_DEV_PM_OPS()` declaration to fix a sparse warning. The change is correct and straightforward. --- Generated by Claude Code Patch Reviewer