From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: lib/fonts: Remove FNTCHARCNT() Date: Tue, 10 Mar 2026 12:19:43 +1000 Message-ID: In-Reply-To: <20260309141723.137364-7-tzimmermann@suse.de> References: <20260309141723.137364-1-tzimmermann@suse.de> <20260309141723.137364-7-tzimmermann@suse.de> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Removes unused `FNTCHARCNT()` macro and its single write site in `newport_c= on.c`. The commit message says "internal fonts also do not set it" which is= correct =E2=80=94 the `struct font_data` has the field in `extra[]` but it= 's always zero. Clean removal. --- Generated by Claude Code Patch Reviewer