From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/imx/dcss: add missing kernel-doc parameters for scaler functions Date: Thu, 04 Jun 2026 15:09:58 +1000 Message-ID: In-Reply-To: <20260530195925.5477-1-rosenp@gmail.com> References: <20260530195925.5477-1-rosenp@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: drm/imx/dcss: add missing kernel-doc parameters for scaler functio= ns Author: Rosen Penev Patches: 2 Reviewed: 2026-06-04T15:09:58.074333 --- This is a single-patch series that adds missing kernel-doc parameter descri= ptions for two static functions in the i.MX DCSS scaler driver. The patch i= s **correct and straightforward** =E2=80=94 both `@phase0_identity` and `@n= n_interpolation` are real parameters that were missing from the doc comment= s, and the descriptions are accurate. One minor ordering issue exists: the `@nn_interpolation` entry is placed be= fore the closing `*/` but after `@coef` in `dcss_scaler_filter_design()`, w= hile in the actual function signature `coef` comes before `nn_interpolation= `. This means the doc parameter order matches the signature order, which is= correct. The patch is trivially correct documentation fix and should be safe to appl= y. --- Generated by Claude Code Patch Reviewer