[Fixup PATCH] drivers/base/node: Restored the removed extra line

Donet Tom donettom at linux.ibm.com
Tue Jun 10 00:03:54 AEST 2025


Re-added the extra blank line at the end of the memory.h that was
removed by the commit
'commit d61861e3bb35 ("drivers/base/node: optimize memory block
registration to reduce boot time")'

Signed-off-by: Donet Tom <donettom at linux.ibm.com>
---
 include/linux/memory.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/memory.h b/include/linux/memory.h
index c39ad931713d..bd4440bc4a57 100644
--- a/include/linux/memory.h
+++ b/include/linux/memory.h
@@ -216,4 +216,5 @@ unsigned long memory_block_advised_max_size(void);
  * can sleep.
  */
 extern struct mutex text_mutex;
+
 #endif /* _LINUX_MEMORY_H_ */
-- 
2.43.5



More information about the Linuxppc-dev mailing list