mbox series

[0/7] powerpc/rtas: Trivial, coding style, and kernel-doc fixes

Message ID 20231106-rtas-trivial-v1-0-61847655c51f@linux.ibm.com (mailing list archive)
Headers show
Series powerpc/rtas: Trivial, coding style, and kernel-doc fixes | expand

Message

Nathan Lynch via B4 Relay Nov. 6, 2023, 1:42 p.m. UTC
* Fix recently introduced kernel-doc warnings.
* Make minor coding style adjustments for readability.
* Remove rtas_service_present() and an old call_rtas() declaration.
* Move a pseries-specific function prototype to pseries code.

---
Nathan Lynch (7):
      powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-doc
      powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-doc
      powerpc/rtas: Drop declaration of undefined call_rtas() function
      powerpc/rtas: Remove unused rtas_service_present()
      powerpc/rtas: Move post_mobility_fixup() declaration to pseries
      powerpc/rtas: Remove trailing space
      powerpc/rtas: Remove 'extern' from function declarations in rtas.h

 arch/powerpc/include/asm/rtas.h                 | 62 ++++++++++++-------------
 arch/powerpc/kernel/rtas-proc.c                 |  2 +
 arch/powerpc/kernel/rtas.c                      | 23 ++++-----
 arch/powerpc/platforms/pseries/pseries.h        |  1 +
 arch/powerpc/platforms/pseries/rtas-work-area.c |  1 +
 arch/powerpc/platforms/pseries/suspend.c        |  1 +
 6 files changed, 43 insertions(+), 47 deletions(-)
---
base-commit: 303d77a6e1707498f09c9d8ee91b1dc07ca315a5
change-id: 20231025-rtas-trivial-2c22ce853f46

Best regards,

Comments

Michael Ellerman Nov. 13, 2023, 2:45 a.m. UTC | #1
On Mon, 06 Nov 2023 07:42:52 -0600, Nathan Lynch wrote:
> * Fix recently introduced kernel-doc warnings.
> * Make minor coding style adjustments for readability.
> * Remove rtas_service_present() and an old call_rtas() declaration.
> * Move a pseries-specific function prototype to pseries code.
> 

Patches 1-2 applied to powerpc/fixes.

[1/7] powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-doc
      https://git.kernel.org/powerpc/c/65083333d3d16b282674aeef5cce5c72226c05e0
[2/7] powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-doc
      https://git.kernel.org/powerpc/c/644b6025bcaff59737270d812c70302f5a8d4a8f

cheers
Michael Ellerman Dec. 7, 2023, 12:38 p.m. UTC | #2
On Mon, 06 Nov 2023 07:42:52 -0600, Nathan Lynch wrote:
> * Fix recently introduced kernel-doc warnings.
> * Make minor coding style adjustments for readability.
> * Remove rtas_service_present() and an old call_rtas() declaration.
> * Move a pseries-specific function prototype to pseries code.
> 

Patches 3-7 applied to powerpc/next.

[3/7] powerpc/rtas: Drop declaration of undefined call_rtas() function
      https://git.kernel.org/powerpc/c/981d1c997fbc5e193b282f3a325a0230bf697363
[4/7] powerpc/rtas: Remove unused rtas_service_present()
      https://git.kernel.org/powerpc/c/1d8faf1f41b550eb7ab7ac841ebd70f205840dde
[5/7] powerpc/rtas: Move post_mobility_fixup() declaration to pseries
      https://git.kernel.org/powerpc/c/010862d235c9fab4f0f9dd169efc72df94110758
[6/7] powerpc/rtas: Remove trailing space
      https://git.kernel.org/powerpc/c/19773eda86e289526b7f08fa56c92e75cd7796f6
[7/7] powerpc/rtas: Remove 'extern' from function declarations in rtas.h
      https://git.kernel.org/powerpc/c/646477fc47905157a8440cdc45aad22901b5b3ce

cheers