hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/linux/nd.h
....@@ -1,14 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright(c) 2013-2015 Intel Corporation. All rights reserved.
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of version 2 of the GNU General Public License as
6
- * published by the Free Software Foundation.
7
- *
8
- * This program is distributed in the hope that it will be useful, but
9
- * WITHOUT ANY WARRANTY; without even the implied warranty of
10
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
- * General Public License for more details.
124 */
135 #ifndef __LINUX_ND_H__
146 #define __LINUX_ND_H__
....@@ -155,7 +147,7 @@
155147
156148 /**
157149 * nvdimm_write_bytes() - synchronously write bytes to an nvdimm namespace
158
- * @ndns: device to read
150
+ * @ndns: device to write
159151 * @offset: namespace-relative starting offset
160152 * @buf: buffer to drain
161153 * @size: transfer length