Re: [PATCH RESEND] sh: sq: Use the bitmap API when applicable
Rob Landley <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.kernel,gmane.linux.kernel.janitors |
|---|---|
| Message-ID | <[email protected]> |
On 4/16/23 14:05, Christophe JAILLET wrote: > Using the bitmap API is less verbose than hand writing them. > It also improves the semantic. > > Signed-off-by: Christophe JAILLET <[email protected]> Tested-by: Rob Landley <[email protected]> It booted and ran for me. Rob