Commit 02d42f4a authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

iscsi: remove stray Doxygen file markers



Change-Id: Ia4f0b926b1e79e20a46b4c6af7cfd195e57824e3
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent d96fe93b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -49,10 +49,6 @@

static struct spdk_poller g_acceptor_poller;

/*! \file

*/

static void
spdk_iscsi_portal_accept(struct spdk_iscsi_portal *portal)
{
+0 −4
Original line number Diff line number Diff line
@@ -58,10 +58,6 @@
#include "iscsi/portal_grp.h"
#include "spdk/scsi.h"

/** \file

*/

#define SPDK_ISCSI_CONNECTION_MEMSET(conn)		\
	memset(&(conn)->portal, 0, sizeof(*(conn)) -	\
		offsetof(struct spdk_iscsi_conn, portal));
+0 −3
Original line number Diff line number Diff line
@@ -100,9 +100,6 @@

#define MAX_TMPBUF 1024

/** \file

*/
struct spdk_iscsi_globals g_spdk_iscsi;

/* random value generation */