]> www.infradead.org Git - users/dwmw2/linux.git/commit
s390/setup: Cleanup stack_alloc() and stack_free()
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 2 Dec 2024 11:56:39 +0000 (12:56 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 10 Dec 2024 14:41:58 +0000 (15:41 +0100)
commit7ad0075005088d931a39321dcbb5cb4df8801a37
treec2c486b0a083d9212a6928c24a989acf08516455
parent27939d6cde904bcea19d0cdb64a79eedf5abc7ce
s390/setup: Cleanup stack_alloc() and stack_free()

Some small cleanups to stack_alloc() and stack_free():

- Rename ret to stack to reflect what the variable is used for
- Whitespace removal

Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/kernel/setup.c