Message ID | 20230727194457.3152309-1-bvanassche@acm.org |
---|---|
Headers | show |
Series | Multiple cleanup patches for the UFS driver | expand |
Bart, > This patch includes the following changes, none of which should change the > functionality of the UFS host controller driver: > - Improve the kernel-doc headers further. > - Fix multiple W=2 compiler warnings. > - Simplify ufshcd_abort_all(). > - Simplify the code for creating and parsing UFS Transport Protocol (UTP) > headers. Applied to 6.6/scsi-staging, thanks!
On Thu, 27 Jul 2023 12:41:12 -0700, Bart Van Assche wrote: > This patch includes the following changes, none of which should change the > functionality of the UFS host controller driver: > - Improve the kernel-doc headers further. > - Fix multiple W=2 compiler warnings. > - Simplify ufshcd_abort_all(). > - Simplify the code for creating and parsing UFS Transport Protocol (UTP) > headers. > > [...] Applied to 6.6/scsi-queue, thanks! [01/12] scsi: ufs: Follow the kernel-doc syntax for documenting return values https://git.kernel.org/mkp/scsi/c/3a17fefe0f19 [02/12] scsi: ufs: Document all return values https://git.kernel.org/mkp/scsi/c/fd4bffb54dc0 [03/12] scsi: ufs: Fix kernel-doc headers https://git.kernel.org/mkp/scsi/c/8d8af294ce03 [04/12] scsi: ufs: Rename a function argument https://git.kernel.org/mkp/scsi/c/f08191520614 [05/12] scsi: ufs: Minimize #include directives https://git.kernel.org/mkp/scsi/c/cce9fd602ca0 [06/12] scsi: ufs: Simplify zero-initialization https://git.kernel.org/mkp/scsi/c/f99533bd7e3d [07/12] scsi: ufs: Improve type safety https://git.kernel.org/mkp/scsi/c/08108d31129a [08/12] scsi: ufs: Remove a local variable from ufshcd_abort_all() https://git.kernel.org/mkp/scsi/c/e8b0234f8458 [09/12] scsi: ufs: Simplify ufshcd_abort_all() https://git.kernel.org/mkp/scsi/c/f9c028e7415a [10/12] scsi: ufs: Remove a member variable https://git.kernel.org/mkp/scsi/c/e2566e0b7937 [11/12] scsi: ufs: Simplify transfer request header initialization https://git.kernel.org/mkp/scsi/c/67a2a8973832 [12/12] scsi: ufs: Simplify response header parsing https://git.kernel.org/mkp/scsi/c/617bfaa8dd50