Commit f69b0d6451679f1466381a46ac7ab671a7b5668c

Authored by Uwe Kleine-König
Committed by Greg Kroah-Hartman
1 parent cfa6b29750

Staging: fix typos concerning "address"

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Showing 11 changed files with 15 additions and 15 deletions Side-by-side Diff

drivers/staging/comedi/drivers/addi-data/addi_eeprom.c
... ... @@ -635,7 +635,7 @@
635 635  
636 636 | Input Parameters : unsigned int dw_Address : PCI eeprom base address |
637 637  
638   -| unsigned short w_offset : Offset of the adress to read |
  638 +| unsigned short w_offset : Offset of the address to read |
639 639  
640 640 | unsigned short * pw_Value : PCI eeprom 16 bit read value. |
641 641  
drivers/staging/comedi/drivers/addi-data/hwdrv_apci3120.c
... ... @@ -1090,13 +1090,13 @@
1090 1090 * and put into into an array array used may be for differnet pages
1091 1091 */
1092 1092  
1093   - /* DMA Start Adress Low */
  1093 + /* DMA Start Address Low */
1094 1094 outw(APCI3120_ADD_ON_MWAR_LOW, devpriv->i_IobaseAddon + 0);
1095 1095 outw((devpriv->ul_DmaBufferHw[0] & 0xFFFF),
1096 1096 devpriv->i_IobaseAddon + 2);
1097 1097  
1098 1098 /*************************/
1099   - /* DMA Start Adress High */
  1099 + /* DMA Start Address High */
1100 1100 /*************************/
1101 1101 outw(APCI3120_ADD_ON_MWAR_HIGH, devpriv->i_IobaseAddon + 0);
1102 1102 outw((devpriv->ul_DmaBufferHw[0] / 65536),
1103 1103  
... ... @@ -1733,11 +1733,11 @@
1733 1733 var = devpriv->ul_DmaBufferHw[next_dma_buf];
1734 1734 high_word = var / 65536;
1735 1735  
1736   - /* DMA Start Adress Low */
  1736 + /* DMA Start Address Low */
1737 1737 outw(APCI3120_ADD_ON_MWAR_LOW, devpriv->i_IobaseAddon + 0);
1738 1738 outw(low_word, devpriv->i_IobaseAddon + 2);
1739 1739  
1740   - /* DMA Start Adress High */
  1740 + /* DMA Start Address High */
1741 1741 outw(APCI3120_ADD_ON_MWAR_HIGH, devpriv->i_IobaseAddon + 0);
1742 1742 outw(high_word, devpriv->i_IobaseAddon + 2);
1743 1743  
drivers/staging/comedi/drivers/ni_660x.c
... ... @@ -382,7 +382,7 @@
382 382 Global_Int_Enable_Bit = 0x80000000
383 383 };
384 384  
385   -/* Offset of the GPCT chips from the base-adress of the card */
  385 +/* Offset of the GPCT chips from the base-address of the card */
386 386 /* First chip is at base-address + 0x00, etc. */
387 387 static const unsigned GPCT_OFFSET[2] = { 0x0, 0x800 };
388 388  
drivers/staging/comedi/drivers/usbdux.c
... ... @@ -111,7 +111,7 @@
111 111 #define VENDOR_DIR_IN 0xC0
112 112 #define VENDOR_DIR_OUT 0x40
113 113  
114   -/* internal adresses of the 8051 processor */
  114 +/* internal addresses of the 8051 processor */
115 115 #define USBDUXSUB_CPUCS 0xE600
116 116  
117 117 /*
drivers/staging/comedi/drivers/usbduxfast.c
... ... @@ -67,7 +67,7 @@
67 67 #define VENDOR_DIR_OUT 0x40
68 68  
69 69 /*
70   - * internal adresses of the 8051 processor
  70 + * internal addresses of the 8051 processor
71 71 */
72 72 #define USBDUXFASTSUB_CPUCS 0xE600
73 73  
drivers/staging/octeon/cvmx-fau.h
... ... @@ -299,7 +299,7 @@
299 299 /**
300 300 * Builds I/O data for async operations
301 301 *
302   - * @scraddr: Scratch pad byte addres to write to. Must be 8 byte aligned
  302 + * @scraddr: Scratch pad byte address to write to. Must be 8 byte aligned
303 303 * @value: Signed value to add.
304 304 * Note: When performing 32 and 64 bit access, only the low
305 305 * 22 bits are available.
drivers/staging/otus/80211core/ctxrx.c
... ... @@ -3117,7 +3117,7 @@
3117 3117  
3118 3118 index = (src[2]+up) & (ZM_FILTER_TABLE_ROW-1);
3119 3119  
3120   - /* TBD : filter frame with source address == own MAC adress */
  3120 + /* TBD : filter frame with source address == own MAC address */
3121 3121 if ((wd->macAddr[0] == src[0]) && (wd->macAddr[1] == src[1])
3122 3122 && (wd->macAddr[2] == src[2]))
3123 3123 {
drivers/staging/pohmelfs/inode.c
... ... @@ -815,7 +815,7 @@
815 815 }
816 816  
817 817 /*
818   - * Small addres space operations for POHMELFS.
  818 + * Small address space operations for POHMELFS.
819 819 */
820 820 const struct address_space_operations pohmelfs_aops = {
821 821 .readpage = pohmelfs_readpage,
drivers/staging/sep/sep_driver_api.h
... ... @@ -65,7 +65,7 @@
65 65 /* free dynamic data aalocated during table creation */
66 66 #define SEP_IOCFREEDMATABLEDATA _IO(SEP_IOC_MAGIC_NUMBER , 7)
67 67  
68   -/* get the static pool area addersses (physical and virtual) */
  68 +/* get the static pool area addresses (physical and virtual) */
69 69 #define SEP_IOCGETSTATICPOOLADDR _IO(SEP_IOC_MAGIC_NUMBER , 8)
70 70  
71 71 /* set flow id command */
drivers/staging/winbond/wbusb.c
... ... @@ -700,7 +700,7 @@
700 700 Mds_initial(priv);
701 701  
702 702 /*
703   - * If no user-defined address in the registry, use the addresss
  703 + * If no user-defined address in the registry, use the address
704 704 * "burned" on the NIC instead.
705 705 */
706 706 pMacAddr = priv->sLocalPara.ThisMacAddress;
drivers/staging/wlags49_h2/mdd.h
... ... @@ -727,10 +727,10 @@
727 727 #define CFG_FCBE 0xFCBE //FW codes ahead of available documentation, so ???????
728 728 #define CFG_FCBF 0xFCBF //FW codes ahead of available documentation, so ???????
729 729  
730   -#define CFG_HANDOVER_ADDR 0xFCC0 //[AP] Station MAC Adrress re-associated with other AP
  730 +#define CFG_HANDOVER_ADDR 0xFCC0 //[AP] Station MAC Address re-associated with other AP
731 731 #define CFG_SCAN_CHANNEL 0xFCC2 //Channel set for host requested scan
732 732 //;?#define CFG_SCAN_CHANNEL_MASK 0xFCC2 // contains
733   -#define CFG_DISASSOCIATE_ADDR 0xFCC4 //[AP] Station MAC Adrress to be disassociated
  733 +#define CFG_DISASSOCIATE_ADDR 0xFCC4 //[AP] Station MAC Address to be disassociated
734 734 #define CFG_PROBE_DATA_RATE 0xFCC5 //WARP connection control
735 735 #define CFG_FRAME_BURST_LIMIT 0xFCC6 //
736 736 #define CFG_COEXISTENSE_BEHAVIOUR 0xFCC7 //[AP]