summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/device.h
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-08-20 08:43:13 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-04 13:59:12 -0700
commit789d1aef176e720fce4a8a5a9ab07f093ddb9086 (patch)
tree2643654bc1ff28be1d2b24739d58d8e299780cb3 /drivers/staging/vt6655/device.h
parent736f5d0a0980a6bf71e5c0d30c2d35225fb3f583 (diff)
downloadop-kernel-dev-789d1aef176e720fce4a8a5a9ab07f093ddb9086.zip
op-kernel-dev-789d1aef176e720fce4a8a5a9ab07f093ddb9086.tar.gz
staging: "vt6655" Fix typos in comments.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/device.h')
-rw-r--r--drivers/staging/vt6655/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6655/device.h b/drivers/staging/vt6655/device.h
index c5e6b98..e54e00b 100644
--- a/drivers/staging/vt6655/device.h
+++ b/drivers/staging/vt6655/device.h
@@ -327,7 +327,7 @@ typedef struct tagSDeFragControlBlock
//flags for driver status
#define DEVICE_FLAGS_OPENED 0x00010000UL
#define DEVICE_FLAGS_WOL_ENABLED 0x00080000UL
-//flags for capbilities
+//flags for capabilities
#define DEVICE_FLAGS_TX_ALIGN 0x01000000UL
#define DEVICE_FLAGS_HAVE_CAM 0x02000000UL
#define DEVICE_FLAGS_FLOW_CTRL 0x04000000UL
@@ -567,7 +567,7 @@ typedef struct __device_info {
bool bPrvActive4RadioOFF;
bool bGPIOBlockRead;
- // Beacon releated
+ // Beacon related
unsigned short wSeqCounter;
unsigned short wBCNBufLen;
bool bBeaconBufReady;
OpenPOWER on IntegriCloud