On Fri, Oct 13, 2023 at 04:47:12PM -0700, Soumya Negi wrote: > This patchset performs trivial code cleanups on the driver > staging/vme_user to improve code readability. All patches address > issues reported by checkpatch.pl, and may be applied in any sequence. I have made a mistake here in the cover letter message. These patches need to be applied in order. I think I will have to send a v2. Will hold off on sending it just in case any other problems are pointed out by someone after review. Regards, Soumya > Soumya Negi (4): > staging: vme_user: Correct spelling mistakes in comments > staging: vme_user: Fix unbalanced {} in if-else blocks > staging: vme_user: Add spaces around '*' > staging: vme_user: Add spaces around '<<' operator > > drivers/staging/vme_user/vme.c | 7 +- > drivers/staging/vme_user/vme.h | 2 +- > drivers/staging/vme_user/vme_tsi148.c | 7 +- > drivers/staging/vme_user/vme_tsi148.h | 548 +++++++++++++------------- > 4 files changed, 283 insertions(+), 281 deletions(-) > > -- > 2.42.0 >