]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up some " issues
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Feb 2024 20:55:34 +0000 (21:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Feb 2024 20:55:34 +0000 (21:55 +0100)
queue-6.6/smb-fix-regression-in-writes-when-non-standard-maximum-write-size-negotiated.patch
queue-6.7/smb-fix-regression-in-writes-when-non-standard-maximum-write-size-negotiated.patch

index 86fbc51c2b24be47072070494cf51421f0237ded..ebe741d84421d23a6765f5de1f8242e6abf58bc7 100644 (file)
@@ -25,7 +25,7 @@ round down the maximum write size if the server negotiates a value
 that is not a multiple of 4096 (we also have to check to make sure that
 we do not round it down to zero).
 
-Reported-by: R. Diez" <rdiez-2006@rd10.de>
+Reported-by: "R. Diez" <rdiez-2006@rd10.de>
 Fixes: d08089f649a0 ("cifs: Change the I/O paths to use an iterator rather than a page list")
 Suggested-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
 Acked-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
index 39983db49c98aa57a7d15586d64049e0382b26fc..6f3cecc5c193d6a0174f030a63bf9630fb7eb6b4 100644 (file)
@@ -25,7 +25,7 @@ round down the maximum write size if the server negotiates a value
 that is not a multiple of 4096 (we also have to check to make sure that
 we do not round it down to zero).
 
-Reported-by: R. Diez" <rdiez-2006@rd10.de>
+Reported-by: "R. Diez" <rdiez-2006@rd10.de>
 Fixes: d08089f649a0 ("cifs: Change the I/O paths to use an iterator rather than a page list")
 Suggested-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
 Acked-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>