Re: [PATCH v2 2/3] dts: Add missing docstring from XML-RPC server

2024-05-13 Thread Juraj Linkeš
Reviewed-by: Juraj Linkeš On Wed, May 1, 2024 at 6:17 PM wrote: > > From: Jeremy Spewock > > When this XML-RPC server implementation was added, the docstring had to > be shortened in order to reduce the chances of this race condition being > encountered. Now that this race condition issue is re

Re: [PATCH v2 2/3] dts: Add missing docstring from XML-RPC server

2024-05-09 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

[PATCH v2 2/3] dts: Add missing docstring from XML-RPC server

2024-05-01 Thread jspewock
From: Jeremy Spewock When this XML-RPC server implementation was added, the docstring had to be shortened in order to reduce the chances of this race condition being encountered. Now that this race condition issue is resolved, the full docstring can be restored. Signed-off-by: Jeremy Spewock --