iscsi: remove stray Doxygen file markers
Change-Id: Ia4f0b926b1e79e20a46b4c6af7cfd195e57824e3 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
d96fe93bb8
commit
02d42f4a69
@ -49,10 +49,6 @@
|
|||||||
|
|
||||||
static struct spdk_poller g_acceptor_poller;
|
static struct spdk_poller g_acceptor_poller;
|
||||||
|
|
||||||
/*! \file
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
spdk_iscsi_portal_accept(struct spdk_iscsi_portal *portal)
|
spdk_iscsi_portal_accept(struct spdk_iscsi_portal *portal)
|
||||||
{
|
{
|
||||||
|
@ -58,10 +58,6 @@
|
|||||||
#include "iscsi/portal_grp.h"
|
#include "iscsi/portal_grp.h"
|
||||||
#include "spdk/scsi.h"
|
#include "spdk/scsi.h"
|
||||||
|
|
||||||
/** \file
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define SPDK_ISCSI_CONNECTION_MEMSET(conn) \
|
#define SPDK_ISCSI_CONNECTION_MEMSET(conn) \
|
||||||
memset(&(conn)->portal, 0, sizeof(*(conn)) - \
|
memset(&(conn)->portal, 0, sizeof(*(conn)) - \
|
||||||
offsetof(struct spdk_iscsi_conn, portal));
|
offsetof(struct spdk_iscsi_conn, portal));
|
||||||
|
@ -100,9 +100,6 @@
|
|||||||
|
|
||||||
#define MAX_TMPBUF 1024
|
#define MAX_TMPBUF 1024
|
||||||
|
|
||||||
/** \file
|
|
||||||
|
|
||||||
*/
|
|
||||||
struct spdk_iscsi_globals g_spdk_iscsi;
|
struct spdk_iscsi_globals g_spdk_iscsi;
|
||||||
|
|
||||||
/* random value generation */
|
/* random value generation */
|
||||||
|
Loading…
Reference in New Issue
Block a user