Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

loop: remove most the top-of-file boilerplate comment from the UAPI header

Just leave the SPDX marker and the copyright notice and remove the
irrelevant rest.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220419063303.583106-5-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Christoph Hellwig and committed by
Jens Axboe
c23d47ab eb04bb15

+1 -6
+1 -6
include/uapi/linux/loop.h
··· 1 1 /* SPDX-License-Identifier: GPL-1.0+ WITH Linux-syscall-note */ 2 2 /* 3 - * include/linux/loop.h 4 - * 5 - * Written by Theodore Ts'o, 3/29/93. 6 - * 7 - * Copyright 1993 by Theodore Ts'o. Redistribution of this file is 8 - * permitted under the GNU General Public License. 3 + * Copyright 1993 by Theodore Ts'o. 9 4 */ 10 5 #ifndef _UAPI_LINUX_LOOP_H 11 6 #define _UAPI_LINUX_LOOP_H