diff options
author | Jason Wang <[email protected]> | 2022-07-18 15:55:53 +0800 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2022-07-28 16:22:14 +1000 |
commit | 901a30cf5f765a26f1308701d9df9e7f3d0023a5 (patch) | |
tree | 417fff8ecfb10a316c2027ec6c44d22568c71c0f | |
parent | 1f00b5ab992c122c51bc37662b3b4df5963462f3 (diff) |
powerpc/pseries/vas: Fix comment typo
The double `the' in line 807 is duplicated, remove one.
Signed-off-by: Jason Wang <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/powerpc/platforms/pseries/vas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/vas.c b/arch/powerpc/platforms/pseries/vas.c index 91e7eda0606c..7e6e6dd2e33e 100644 --- a/arch/powerpc/platforms/pseries/vas.c +++ b/arch/powerpc/platforms/pseries/vas.c @@ -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) { /* |