aboutsummaryrefslogtreecommitdiffstats
diff options
authorChristoph Hellwig <hch@lst.de>2025-05-13 09:14:33 +0200
committerJens Axboe <axboe@kernel.dk>2025-05-16 08:43:41 -0600
commit496a3bc5e46c6485a50730ffbcbc92fc53120425 (patch)
treed80744c81ea3e2c1fc948133d6af2c7e8b563bea
parentb0a4158554b9017467435069c1b327f35987b495 (diff)
downloadipsec-496a3bc5e46c6485a50730ffbcbc92fc53120425.tar.gz
blk-mq: add a copyright notice to blk-mq-dma.c
blk-mq-dma.c was split from blk-merge.c which has no copyright notice, but except for some boilerplate code and comments left from the old version this is all my code, so add my copyright. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20250513071433.836797-2-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--block/blk-mq-dma.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/block/blk-mq-dma.c b/block/blk-mq-dma.c
index 5822b8898bdd5b..82bae475dfa432 100644
--- a/block/blk-mq-dma.c
+++ b/block/blk-mq-dma.c
@@ -1,4 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
+/*
+ * Copyright (C) 2025 Christoph Hellwig
+ */
#include "blk.h"
struct phys_vec {