···11+// SPDX-License-Identifier: GPL-2.012/*23 * NVMe over Fabrics common host code.34 * Copyright (c) 2015-2016 HGST, a Western Digital Company.44- *55- * This program is free software; you can redistribute it and/or modify it66- * under the terms and conditions of the GNU General Public License,77- * version 2, as published by the Free Software Foundation.88- *99- * This program is distributed in the hope it will be useful, but WITHOUT1010- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or1111- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for1212- * more details.135 */146#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt157#include <linux/init.h>
+1-9
drivers/nvme/host/fabrics.h
···11+/* SPDX-License-Identifier: GPL-2.0 */12/*23 * NVMe over Fabrics common host code.34 * Copyright (c) 2015-2016 HGST, a Western Digital Company.44- *55- * This program is free software; you can redistribute it and/or modify it66- * under the terms and conditions of the GNU General Public License,77- * version 2, as published by the Free Software Foundation.88- *99- * This program is distributed in the hope it will be useful, but WITHOUT1010- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or1111- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for1212- * more details.135 */146#ifndef _NVME_FABRICS_H157#define _NVME_FABRICS_H 1