Searched hist:87628 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/staging/rtl8192e/
H A Drtllib_wx.cdiff a27e2eb5 Fri Jul 01 03:24:54 MDT 2022 Felix Schlepper <f3sch.git@outlook.com> Staging: rtl8192e: Added spaces around '+'

This addresses two issues raised by checkpatch.pl:

$ ./scripts/checkpatch.pl --terse -f drivers/staging/rtl8192e/rtllib_wx.c
CHECK: spaces preferred around that '+' (ctx:VxV)

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Signed-off-by: Felix Schlepper <f3sch.git@outlook.com>
Link: https://lore.kernel.org/r/87628a2dd08ec0e5b02090485e7a9a1d91b7d2a5.1656667089.git.f3sch.git@outlook.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
/linux-master/drivers/nvme/target/
H A Dconfigfs.cdiff 87628e28 Mon May 04 02:56:46 MDT 2020 Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> nvmet: use type-name map for address treq

Currently nvmet_addr_treq_[store|show]() uses switch and if else
ladder for address transport requirements to string and reverse
mapping. With addtion of the generic nvmet_type_name_map structure
we can get rid of the switch and if else ladder with string
duplication.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

Completed in 202 milliseconds