From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: dma-buf: heaps: use max3() in dma_heap_ioctl Date: Tue, 28 Apr 2026 13:58:20 +1000 Message-ID: In-Reply-To: <20260427212454.420004-3-thorsten.blum@linux.dev> References: <20260427212454.420004-3-thorsten.blum@linux.dev> 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: dma-buf: heaps: use max3() in dma_heap_ioctl Author: Thorsten Blum Patches: 1 Reviewed: 2026-04-28T13:58:20.743919 --- This is a single, trivial cleanup patch that replaces nested `max(max(a, b), c)` with the dedicated `max3(a, b, c)` macro. The change is correct, improves readability marginally, and has no functional impact. It already carries a Reviewed-by tag from a dma-buf maintainer (T.J. Mercier). No concerns. --- Generated by Claude Code Patch Reviewer