Commit 5ef56a3a authored by Walt Feasel's avatar Walt Feasel Committed by Greg Kroah-Hartman
Browse files

staging: dgnc: digi.h Comment style modifications



Make modifications to comment style

Signed-off-by: default avatarWalt Feasel <waltfeasel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 16465dcd
Loading
Loading
Loading
Loading
+47 −48
Original line number Diff line number Diff line
@@ -61,9 +61,9 @@
#define DIGI_PLEN	28		/* String length */
#define	DIGI_TSIZ	10		/* Terminal string len */

/************************************************************************
/*
 * Structure used with ioctl commands for DIGI parameters.
 ************************************************************************/
 */
struct digi_t {
	unsigned short	digi_flags;		/* Flags (see above) */
	unsigned short	digi_maxcps;		/* Max printer CPS */
@@ -76,9 +76,8 @@ struct digi_t {
	char		digi_term[DIGI_TSIZ];	/* terminal string */
};

/************************************************************************
 * Structure to get driver status information
 ************************************************************************/
/* Structure to get driver status information */

struct digi_dinfo {
	unsigned int	dinfo_nboards;		/* # boards configured */
	char		dinfo_reserved[12];	/* for future expansion */
@@ -87,11 +86,11 @@ struct digi_dinfo {

#define	DIGI_GETDD	(('d' << 8) | 248)	/* get driver info */

/************************************************************************
/*
 * Structure used with ioctl commands for per-board information
 *
 * physsize and memsize differ when board has "windowed" memory
 ************************************************************************/
 */
struct digi_info {
	unsigned int	info_bdnum;		/* Board number (0 based) */
	unsigned int	info_ioport;		/* io port address */