[PATCH v2 1/2] drivers/base/node: Fold register_node() into register_one_node()
    SeongJae Park 
    sj at kernel.org
       
    Thu Oct 16 04:26:00 AEDT 2025
    
    
  
On Tue, 14 Oct 2025 21:09:16 +0530 Donet Tom <donettom at linux.ibm.com> wrote:
> The function register_node() is only called from register_one_node().
> This patch folds register_node() into its only caller and renames
> register_one_node() to register_node().
> 
> This reduces unnecessary indirection and simplifies the code structure.
> No functional changes are introduced.
> 
> Acked-by: Mike Rapoport (Microsoft) <rppt at kernel.org>
> Signed-off-by: Donet Tom <donettom at linux.ibm.com>
Acked-by: SeongJae Park <sj at kernel.org>
Thanks,
SJ
[...]
    
    
More information about the Linuxppc-dev
mailing list