diff options
author | Bird, Tim <Tim.Bird@sony.com> | 2025-04-11 19:20:18 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2025-04-14 08:28:09 -0600 |
commit | 1b4194053f6b30556272ff11750dd518e067ea49 (patch) | |
tree | bcd24c1c2b8a1ca9bdafa0e909ce24bf61b85695 /block | |
parent | 3b607b75a345b1d808031bf1bb1038e4dac8d521 (diff) |
block: add SPDX header line to blk-throttle.h
Add an SPDX license identifier line to blk-throttle.h
Use 'GPL-2.0' as the identifier, since blk-throttle.c uses
that, and blk.h (from which some material was copied when
blk-throttle.h was created) also uses that identifier.
Signed-off-by: Tim Bird <tim.bird@sony.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/MW5PR13MB5632EE4645BCA24ED111EC0EFDB62@MW5PR13MB5632.namprd13.prod.outlook.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-throttle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-throttle.h b/block/blk-throttle.h index 7964cc041e06..f9f8666891ab 100644 --- a/block/blk-throttle.h +++ b/block/blk-throttle.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BLK_THROTTLE_H #define BLK_THROTTLE_H |