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/ttm: Fix spelling mistakes and comment style in ttm_resource.c Date: Mon, 16 Mar 2026 15:07:17 +1000 Message-ID: In-Reply-To: <20260316035915.1403424-1-varun.gupta@intel.com> References: <20260316035915.1403424-1-varun.gupta@intel.com> <20260316035915.1403424-1-varun.gupta@intel.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review **Overall:** All corrections are accurate. No issues found. **Spelling fixes (all correct):** - `previusly` =E2=86=92 `previously` - `eachother` =E2=86=92 `each other` - `constructure` =E2=86=92 `constructor` - `resources` =E2=86=92 `resource` (grammar fix) - `inistilize` =E2=86=92 `initialize` - `valueable` =E2=86=92 `valuable` - `Initialise` =E2=86=92 `Initialize` (US English consistency) **Comment style fixes (correct):** - `/* Detach the cursor from the bulk move list*/` =E2=86=92 `/* ... list *= /` =E2=80=94 adds missing space before `*/` - `@bdev - device to use` / `@man - manager to use` =E2=86=92 uses `:` inst= ead of `-` =E2=80=94 correct kdoc syntax uses `@param:` not `@param -` **Semantic fix (correct):** - `@iter_io: The iterator to initialize` =E2=86=92 `to finalize` in `ttm_km= ap_iter_linear_io_fini` =E2=80=94 the function is `_fini`, so "finalize" is= the right word - `@man: ... debugfs stats file be creates` =E2=86=92 `file to be created` = =E2=80=94 grammar fix **Comment improvement:** - `This function setups up` =E2=86=92 `This function sets up` =E2=80=94 cor= rect verb conjugation **Whitespace fix:** - `struct dentry * parent` =E2=86=92 `struct dentry *parent` =E2=80=94 alig= ns with kernel coding style (pointer `*` goes with the variable name) **Nit:** The commit message says "kdoc comments" but lowercase; the convent= ional kernel spelling is "kerneldoc" or "kernel-doc." This is extremely min= or and not worth respinning for. **Verdict:** Patch looks good. All changes are correct and improve code qua= lity.=20 Reviewed-by worthy. --- Generated by Claude Code Patch Reviewer