* [folded-merged] swap-stop-add-to-avail-list-is-swap-is-full-checkpatch-fixes.patch removed from -mm tree
@ 2023-08-11 22:19 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-08-11 22:19 UTC (permalink / raw)
To: mm-commits, mawupeng1, hughd, akpm, akpm
The quilt patch titled
Subject: swap-stop-add-to-avail-list-is-swap-is-full-checkpatch-fixes
has been removed from the -mm tree. Its filename was
swap-stop-add-to-avail-list-is-swap-is-full-checkpatch-fixes.patch
This patch was dropped because it was folded into swap-stop-add-to-avail-list-is-swap-is-full.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: swap-stop-add-to-avail-list-is-swap-is-full-checkpatch-fixes
Date: Tue Jun 27 12:28:53 PM PDT 2023
fix typo in comment
WARNING: 'avaliable' may be misspelled - perhaps 'available'?
#60: FILE: mm/swapfile.c:2332:
+ /* add to avaliable list iff swap device is not full */
^^^^^^^^^
total: 0 errors, 1 warnings, 11 lines checked
NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.
./patches/swap-stop-add-to-avail-list-is-swap-is-full.patch has style problems, please review.
NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
Please run checkpatch prior to sending patches
Cc: Hugh Dickins <hughd@google.com>
Cc: Ma Wupeng <mawupeng1@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/swapfile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/swapfile.c~swap-stop-add-to-avail-list-is-swap-is-full-checkpatch-fixes
+++ a/mm/swapfile.c
@@ -2329,7 +2329,7 @@ static void _enable_swap_info(struct swa
*/
plist_add(&p->list, &swap_active_head);
- /* add to avaliable list iff swap device is not full */
+ /* add to available list iff swap device is not full */
if (p->highest_bit)
add_to_avail_list(p);
}
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch
swap-stop-add-to-avail-list-is-swap-is-full.patch
fs-buffer-clean-up-block_commit_write-fix.patch
mm-page_alloc-avoid-false-page-outside-zone-error-info-fix.patch
mm-make-pte_marker_swapin_error-more-general-fix.patch
mm-kfence-allocate-kfence_metadata-at-runtime-fix.patch
acpi-hmat-calculate-abstract-distance-with-hmat-checkpatch-fixes.patch
mm-remove-redundant-k-macro-definition-fix.patch
signal-print-comm-and-exe-name-on-fatal-signals-fix.patch
drm-i915-move-abs_diff-to-mathh-fix-fix.patch
nmi_backtrace-allow-excluding-an-arbitrary-cpu-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-11 22:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 22:19 [folded-merged] swap-stop-add-to-avail-list-is-swap-is-full-checkpatch-fixes.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.