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

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
...@@ -61,9 +61,9 @@ ...@@ -61,9 +61,9 @@
#define DIGI_PLEN 28 /* String length */ #define DIGI_PLEN 28 /* String length */
#define DIGI_TSIZ 10 /* Terminal string len */ #define DIGI_TSIZ 10 /* Terminal string len */
/************************************************************************ /*
* Structure used with ioctl commands for DIGI parameters. * Structure used with ioctl commands for DIGI parameters.
************************************************************************/ */
struct digi_t { struct digi_t {
unsigned short digi_flags; /* Flags (see above) */ unsigned short digi_flags; /* Flags (see above) */
unsigned short digi_maxcps; /* Max printer CPS */ unsigned short digi_maxcps; /* Max printer CPS */
...@@ -76,9 +76,8 @@ struct digi_t { ...@@ -76,9 +76,8 @@ struct digi_t {
char digi_term[DIGI_TSIZ]; /* terminal string */ char digi_term[DIGI_TSIZ]; /* terminal string */
}; };
/************************************************************************ /* Structure to get driver status information */
* Structure to get driver status information
************************************************************************/
struct digi_dinfo { struct digi_dinfo {
unsigned int dinfo_nboards; /* # boards configured */ unsigned int dinfo_nboards; /* # boards configured */
char dinfo_reserved[12]; /* for future expansion */ char dinfo_reserved[12]; /* for future expansion */
...@@ -87,11 +86,11 @@ struct digi_dinfo { ...@@ -87,11 +86,11 @@ struct digi_dinfo {
#define DIGI_GETDD (('d' << 8) | 248) /* get driver info */ #define DIGI_GETDD (('d' << 8) | 248) /* get driver info */
/************************************************************************ /*
* Structure used with ioctl commands for per-board information * Structure used with ioctl commands for per-board information
* *
* physsize and memsize differ when board has "windowed" memory * physsize and memsize differ when board has "windowed" memory
************************************************************************/ */
struct digi_info { struct digi_info {
unsigned int info_bdnum; /* Board number (0 based) */ unsigned int info_bdnum; /* Board number (0 based) */
unsigned int info_ioport; /* io port address */ unsigned int info_ioport; /* io port address */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment