mbox series

[0/2] isdn: constify struct class usage

Message ID 20240305-class_cleanup-isdn-v1-0-6f0edca75b61@marliere.net (mailing list archive)
Headers show
Series isdn: constify struct class usage | expand

Message

Ricardo B. Marliere March 5, 2024, 8:04 p.m. UTC
This is a simple and straight forward cleanup series that aims to make the
class structures in isdn constant. This has been possible since 2023 [1].

[1]: https://lore.kernel.org/all/2023040248-customary-release-4aec@gregkh/

Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>
---
Ricardo B. Marliere (2):
      isdn: mISDN: make elements_class constant
      isdn: capi: make capi_class constant

 drivers/isdn/capi/capi.c          | 21 ++++++++++++---------
 drivers/isdn/mISDN/dsp_pipeline.c | 16 ++++++++++------
 2 files changed, 22 insertions(+), 15 deletions(-)
---
base-commit: 90d35da658da8cff0d4ecbb5113f5fac9d00eb72
change-id: 20240305-class_cleanup-isdn-9810c8ca3e64

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org March 8, 2024, 5 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 05 Mar 2024 17:04:46 -0300 you wrote:
> This is a simple and straight forward cleanup series that aims to make the
> class structures in isdn constant. This has been possible since 2023 [1].
> 
> [1]: https://lore.kernel.org/all/2023040248-customary-release-4aec@gregkh/
> 
> Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>
> 
> [...]

Here is the summary with links:
  - [1/2] isdn: mISDN: make elements_class constant
    https://git.kernel.org/netdev/net-next/c/479b4bc867b9
  - [2/2] isdn: capi: make capi_class constant
    https://git.kernel.org/netdev/net-next/c/12fbd67ea3f4

You are awesome, thank you!