All of lore.kernel.org
 help / color / mirror / Atom feed
* + const_structscheckpatch-add-phy_ops.patch added to -mm tree
@ 2020-08-24 21:55 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-08-24 21:55 UTC (permalink / raw)
  To: joe, kishon, mm-commits, rikard.falkeborn, vkoul


The patch titled
     Subject: const_structs.checkpatch: add phy_ops
has been added to the -mm tree.  Its filename is
     const_structscheckpatch-add-phy_ops.patch

This patch should soon appear at
    https://ozlabs.org/~akpm/mmots/broken-out/const_structscheckpatch-add-phy_ops.patch
and later at
    https://ozlabs.org/~akpm/mmotm/broken-out/const_structscheckpatch-add-phy_ops.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Subject: const_structs.checkpatch: add phy_ops

All usages of phy_ops in include/linux uses const phy_ops * and all
instances of phy_ops in the kernel that are not const already can be made
const (patches have been posted for those separately).

Link: https://lkml.kernel.org/r/20200824214132.9072-1-rikard.falkeborn@gmail.com
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Suggested-by: Joe Perches <joe@perches.com>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 scripts/const_structs.checkpatch |    1 +
 1 file changed, 1 insertion(+)

--- a/scripts/const_structs.checkpatch~const_structscheckpatch-add-phy_ops
+++ a/scripts/const_structs.checkpatch
@@ -39,6 +39,7 @@ nlmsvc_binding
 nvkm_device_chip
 of_device_id
 pci_raw_ops
+phy_ops
 pipe_buf_operations
 platform_hibernation_ops
 platform_suspend_ops
_

Patches currently in -mm which might be from rikard.falkeborn@gmail.com are

const_structscheckpatch-add-phy_ops.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-24 21:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24 21:55 + const_structscheckpatch-add-phy_ops.patch added to -mm tree akpm

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.