Re: [PATCH v5 5/8] serial: qcom-geni: move resource control logic to separate functions
From: Bryan O'Donoghue
Date: Tue Jun 03 2025 - 10:47:12 EST
On 03/06/2025 15:29, Bryan O'Donoghue wrote:
On 03/06/2025 15:28, Bryan O'Donoghue wrote:
2.17.1
Assuming you address my points.
[sic]
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
Oh please fix this in the next version
checkpatch.pl --strict mypatch.patch
CHECK: Alignment should match open parenthesis
#92: FILE: drivers/tty/serial/qcom_geni_serial.c:1675:
+ else if (new_state == UART_PM_STATE_OFF &&
+ old_state == UART_PM_STATE_ON)
total: 0 errors, 0 warnings, 1 checks, 71 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or
--fix-inplace.
0005-serial-qcom-geni-move-resource-control-logic-to-sepa.patch has
style problems, please review.
---
bod