projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f00b5a
)
powerpc/pseries/vas: Fix comment typo
author
Jason Wang
<wangborong@cdjrlc.com>
Mon, 18 Jul 2022 07:55:53 +0000
(15:55 +0800)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 28 Jul 2022 06:22:14 +0000
(16:22 +1000)
The double `the' in line 807 is duplicated, remove one.
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20220718075553.70897-1-wangborong@cdjrlc.com
arch/powerpc/platforms/pseries/vas.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/pseries/vas.c
b/arch/powerpc/platforms/pseries/vas.c
index 91e7eda0606cc90f19072ecdbda3ea4ef2c8816d..7e6e6dd2e33e9b11ce40f49d31347d32e39041f6 100644
(file)
--- 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) {
/*