Commit 901a30cf authored by Jason Wang's avatar Jason Wang Committed by Michael Ellerman
Browse files

powerpc/pseries/vas: Fix comment typo



The double `the' in line 807 is duplicated, remove one.

Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220718075553.70897-1-wangborong@cdjrlc.com
parent 1f00b5ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -804,7 +804,7 @@ int vas_reconfig_capabilties(u8 type, int new_nr_creds)
	 * The total number of available credits may be decreased or
	 * increased with DLPAR operation. Means some windows have to be
	 * closed / reopened. Hold the vas_pseries_mutex so that the
	 * the user space can not open new windows.
	 * user space can not open new windows.
	 */
	if (old_nr_creds <  new_nr_creds) {
		/*