Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: fixed multiple spelling errors.

Fixed multiple spelling errors.

Signed-off-by: Carlos E. Garcia <carlos@cgarcia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Carlos E. Garcia and committed by
Greg Kroah-Hartman
69e98df7 02eb884f

+65 -65
+3 -3
drivers/staging/android/ion/ion_priv.h
··· 33 33 34 34 /** 35 35 * struct ion_buffer - metadata for a particular buffer 36 - * @ref: refernce count 36 + * @ref: reference count 37 37 * @node: node in the ion_device buffers tree 38 38 * @dev: back pointer to the ion_device 39 39 * @heap: back pointer to the heap the buffer came from ··· 46 46 * an ion_phys_addr_t (and someday a phys_addr_t) 47 47 * @lock: protects the buffers cnt fields 48 48 * @kmap_cnt: number of times the buffer is mapped to the kernel 49 - * @vaddr: the kenrel mapping if kmap_cnt is not zero 49 + * @vaddr: the kernel mapping if kmap_cnt is not zero 50 50 * @dmap_cnt: number of times the buffer is mapped for dma 51 51 * @sg_table: the sg table for the buffer if dmap_cnt is not zero 52 52 * @pages: flat array of pages in the buffer -- used by fault ··· 266 266 /** 267 267 * ion_heap_freelist_drain - drain the deferred free list 268 268 * @heap: the heap 269 - * @size: ammount of memory to drain in bytes 269 + * @size: amount of memory to drain in bytes 270 270 * 271 271 * Drains the indicated amount of memory from the deferred freelist immediately. 272 272 * Returns the total amount freed. The total freed may be higher depending
+1 -1
drivers/staging/android/uapi/ion.h
··· 179 179 * DOC: ION_IOC_SYNC - syncs a shared file descriptors to memory 180 180 * 181 181 * Deprecated in favor of using the dma_buf api's correctly (syncing 182 - * will happend automatically when the buffer is mapped to a device). 182 + * will happen automatically when the buffer is mapped to a device). 183 183 * If necessary should be used after touching a cached buffer from the cpu, 184 184 * this will make the buffer in memory coherent. 185 185 */
+1 -1
drivers/staging/comedi/comedi_fops.c
··· 1762 1762 1763 1763 /* 1764 1764 * COMEDI_CMDTEST ioctl 1765 - * asynchronous aquisition command testing 1765 + * asynchronous acquisition command testing 1766 1766 * 1767 1767 * arg: 1768 1768 * pointer to comedi_cmd structure
+3 -3
drivers/staging/dgnc/TODO
··· 1 1 * checkpatch fixes 2 - * remove unecessary comments 3 - * remove unecessary error messages. Example kzalloc() has its 2 + * remove unnecessary comments 3 + * remove unnecessary error messages. Example kzalloc() has its 4 4 own error message. Adding an extra one is useless. 5 5 * use goto statements for error handling when appropriate 6 - * there is a lot of unecessary code in the driver. It was 6 + * there is a lot of unnecessary code in the driver. It was 7 7 originally a standalone driver. Remove uneeded code. 8 8 9 9 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
+1 -1
drivers/staging/dgnc/dgnc_neo.c
··· 1203 1203 memcpy_fromio(ch->ch_rqueue + head, &ch->ch_neo_uart->txrxburst, n); 1204 1204 1205 1205 /* 1206 - * Since RX_FIFO_DATA_ERROR was 0, we are guarenteed 1206 + * Since RX_FIFO_DATA_ERROR was 0, we are guaranteed 1207 1207 * that all the data currently in the FIFO is free of 1208 1208 * breaks and parity/frame/orun errors. 1209 1209 */
+1 -1
drivers/staging/emxx_udc/emxx_udc.c
··· 1223 1223 } 1224 1224 1225 1225 /*-------------------------------------------------------------*/ 1226 - /* Start tranfer */ 1226 + /* Start transfer */ 1227 1227 iBufSize = req->req.length - req->req.actual; 1228 1228 if (iBufSize > 0) 1229 1229 result = _nbu2ss_epn_in_data(udc, ep, req, iBufSize);
+1 -1
drivers/staging/fbtft/Kconfig
··· 12 12 tristate "FB driver for the AGM1264K-FL LCD display" 13 13 depends on FB_TFT 14 14 help 15 - Framebuffer support for the AGM1264K-FL LCD display (two Samsung KS0108 compatable chips) 15 + Framebuffer support for the AGM1264K-FL LCD display (two Samsung KS0108 compatible chips) 16 16 17 17 config FB_TFT_BD663474 18 18 tristate "FB driver for the BD663474 LCD Controller"
+1 -1
drivers/staging/fwserial/dma_fifo.c
··· 56 56 * @size: 'apparent' size, in bytes, of fifo 57 57 * @align: dma alignment to maintain (should be at least cpu cache alignment), 58 58 * must be power of 2 59 - * @tx_limit: maximum # of bytes transmissable per dma (rounded down to 59 + * @tx_limit: maximum # of bytes transmissible per dma (rounded down to 60 60 * multiple of alignment, but at least align size) 61 61 * @open_limit: maximum # of outstanding dma transactions allowed 62 62 * @gfp_mask: get_free_pages mask, passed to kmalloc()
+1 -1
drivers/staging/fwserial/fwserial.h
··· 218 218 * prevented with the IN_TX flag. Scheduled under lock to 219 219 * limit scheduling when fifo has just been drained. 220 220 * @tx_fifo: fifo used to store & block-up writes for dma to remote 221 - * @max_payload: max bytes transmissable per dma (based on peer's max_payload) 221 + * @max_payload: max bytes transmissible per dma (based on peer's max_payload) 222 222 * @status_mask: UART_LSR_* bitmask significant to rx (based on termios) 223 223 * @ignore_mask: UART_LSR_* bitmask of states to ignore (also based on termios) 224 224 * @break_ctl: if set, port is 'sending break' to remote
+1 -1
drivers/staging/iio/Documentation/device.txt
··· 52 52 * info->write_event_value: 53 53 Write the value associated with on sensor event detectors. E.g. 54 54 a threshold above which an interrupt occurs. Note that the 55 - meaning of the value to be set is event type dependant. 55 + meaning of the value to be set is event type dependent. 56 56 57 57 - indio_dev->modes: 58 58 Specify whether direct access and / or ring buffer access is supported.
+1 -1
drivers/staging/iio/iio_simple_dummy.h
··· 25 25 * @accel_calibscale: cache for acceleration calibscale 26 26 * @lock: lock to ensure state is consistent 27 27 * @event_irq: irq number for event line (faked) 28 - * @event_val: cache for event theshold value 28 + * @event_val: cache for event threshold value 29 29 * @event_en: cache of whether event is enabled 30 30 */ 31 31 struct iio_dummy_state {
+1 -1
drivers/staging/lustre/TODO
··· 1 1 * Possible remaining coding style fix. 2 2 * Remove deadcode. 3 - * Seperate client/server functionality. Functions only used by server can be 3 + * Separate client/server functionality. Functions only used by server can be 4 4 removed from client. 5 5 * Clean up libcfs layer. Ideally we can remove include/linux/libcfs entirely. 6 6 * Clean up CLIO layer. Lustre client readahead/writeback control needs to better
+2 -2
drivers/staging/media/bcm2048/radio-bcm2048.c
··· 217 217 #define BCM2048_FREQ_ERROR_FLOOR -20 218 218 #define BCM2048_FREQ_ERROR_ROOF 20 219 219 220 - /* -60 dB is reported as full signal strenght */ 220 + /* -60 dB is reported as full signal strength */ 221 221 #define BCM2048_RSSI_LEVEL_BASE -60 222 222 #define BCM2048_RSSI_LEVEL_ROOF -100 223 223 #define BCM2048_RSSI_LEVEL_ROOF_NEG 100 ··· 2468 2468 } else { 2469 2469 /* 2470 2470 * RSSI level -60 dB is defined to report full 2471 - * signal strenght 2471 + * signal strength 2472 2472 */ 2473 2473 rssi = bcm2048_get_fm_rssi(bdev); 2474 2474 if (rssi >= BCM2048_RSSI_LEVEL_BASE) {
+2 -2
drivers/staging/octeon-usb/octeon-hcd.c
··· 1239 1239 usb->index) ^ 4; 1240 1240 int words = available; 1241 1241 1242 - /* Limit the amount of data to waht the SW fifo has */ 1242 + /* Limit the amount of data to what the SW fifo has */ 1243 1243 if (fifo->entry[i].size <= available) { 1244 1244 words = fifo->entry[i].size; 1245 1245 fifo->tail++; ··· 1849 1849 transaction->xfersize = usbc_hctsiz.s.xfersize; 1850 1850 transaction->pktcnt = usbc_hctsiz.s.pktcnt; 1851 1851 } 1852 - /* Remeber when we start a split transaction */ 1852 + /* Remember when we start a split transaction */ 1853 1853 if (cvmx_usb_pipe_needs_split(usb, pipe)) 1854 1854 usb->active_split = transaction; 1855 1855 USB_SET_FIELD32(CVMX_USBCX_HCCHARX(channel, usb->index),
+1 -1
drivers/staging/octeon-usb/octeon-hcd.h
··· 1693 1693 * struct cvmx_usbnx_usbp_ctl_status_s 1694 1694 * @txrisetune: HS Transmitter Rise/Fall Time Adjustment 1695 1695 * @txvreftune: HS DC Voltage Level Adjustment 1696 - * @txfslstune: FS/LS Source Impedence Adjustment 1696 + * @txfslstune: FS/LS Source Impedance Adjustment 1697 1697 * @txhsxvtune: Transmitter High-Speed Crossover Adjustment 1698 1698 * @sqrxtune: Squelch Threshold Adjustment 1699 1699 * @compdistune: Disconnect Threshold Adjustment
+2 -2
drivers/staging/rtl8188eu/include/rtl8188e_hal.h
··· 159 159 /* | 1byte|----8bytes----|1byte|--5bytes--| */ 160 160 /* | | Reserved(14bytes) | */ 161 161 162 - /* PG data exclude header, dummy 6 bytes frome CP test and reserved 1byte. */ 162 + /* PG data exclude header, dummy 6 bytes from CP test and reserved 1byte. */ 163 163 #define EFUSE_OOB_PROTECT_BYTES 15 164 164 165 165 #define HWSET_MAX_SIZE_88E 512 ··· 177 177 /* 9bytes + 1byt + 5bytes and pre 1byte. */ 178 178 /* For worst case: */ 179 179 /* | 2byte|----8bytes----|1byte|--7bytes--| 92D */ 180 - /* PG data exclude header, dummy 7 bytes frome CP test and reserved 1byte. */ 180 + /* PG data exclude header, dummy 7 bytes from CP test and reserved 1byte. */ 181 181 #define EFUSE_OOB_PROTECT_BYTES_88E 18 182 182 #define EFUSE_PROTECT_BYTES_BANK_88E 16 183 183
+1 -1
drivers/staging/rtl8192u/r8192U_dm.c
··· 120 120 * Prepare SW resource for HW dynamic mechanism. 121 121 * 122 122 * Assumption: 123 - * This function is only invoked at driver intialization once. 123 + * This function is only invoked at driver initialization once. 124 124 */ 125 125 void init_hal_dm(struct net_device *dev) 126 126 {
+1 -1
drivers/staging/rtl8712/rtl8712_xmit.c
··· 340 340 u8 r8712_xmitframe_aggr_1st(struct xmit_buf *pxmitbuf, 341 341 struct xmit_frame *pxmitframe) 342 342 { 343 - /* linux complete context doesnt need to protect */ 343 + /* linux complete context doesn't need to protect */ 344 344 pxmitframe->pxmitbuf = pxmitbuf; 345 345 pxmitbuf->priv_data = pxmitframe; 346 346 pxmitframe->pxmit_urb[0] = pxmitbuf->pxmit_urb[0];
+1 -1
drivers/staging/rtl8712/rtl871x_mp_phy_regdef.h
··· 603 603 #define bCCKRxIG 0x7f00 604 604 #define bCCKLNAPolarity 0x800000 605 605 #define bCCKRx1stGain 0x7f0000 606 - #define bCCKRFExtend 0x20000000 /* CCK Rx inital gain polarity */ 606 + #define bCCKRFExtend 0x20000000 /* CCK Rx initial gain polarity */ 607 607 #define bCCKRxAGCSatLevel 0x1f000000 608 608 #define bCCKRxAGCSatCount 0xe0 609 609 #define bCCKRxRFSettle 0x1f /* AGCsamp_dly */
+1 -1
drivers/staging/rtl8723au/hal/HalPwrSeqCmd.c
··· 92 92 value |= (GET_PWR_CFG_VALUE(PwrCfgCmd) & 93 93 GET_PWR_CFG_MASK(PwrCfgCmd)); 94 94 95 - /* Write the value back to sytem register */ 95 + /* Write the value back to system register */ 96 96 rtl8723au_write8(padapter, offset, value); 97 97 break; 98 98
+1 -1
drivers/staging/rtl8723au/hal/odm.c
··· 40 40 {0x5ea42b, 0xa630, 0x5e431c}, /* 11:airgocap AP */ 41 41 }; 42 42 43 - /* EDCA Paramter for AP/ADSL by Mingzhi 2011-11-22 */ 43 + /* EDCA Parameter for AP/ADSL by Mingzhi 2011-11-22 */ 44 44 45 45 /* Global var */ 46 46 u32 OFDMSwingTable23A[OFDM_TABLE_SIZE_92D] = {
+1 -1
drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c
··· 1396 1396 /* value16 |= (APDM_HOST | FSM_HSUS |/PFM_ALDN); */ 1397 1397 /* 2010/08/31 According to Filen description, we need to 1398 1398 use HW to shut down 8051 automatically. */ 1399 - /* Becasue suspend operatione need the asistance of 8051 1399 + /* Because suspend operation need the asistance of 8051 1400 1400 to wait for 3ms. */ 1401 1401 value16 = APDM_HOST | AFSM_HSUS | PFM_ALDN; 1402 1402 } else {
+1 -1
drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c
··· 660 660 661 661 /* */ 662 662 /* 1. Read PHY_REG.TXT BB INIT!! */ 663 - /* We will seperate as 88C / 92C according to chip version */ 663 + /* We will separate as 88C / 92C according to chip version */ 664 664 /* */ 665 665 ODM_ReadAndConfig_PHY_REG_1T_8723A(&pHalData->odmpriv); 666 666
+2 -2
drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c
··· 138 138 /* Currently, we cannot fully disable driver dynamic tx power 139 139 * mechanism because it is referenced by BT coexist mechanism. */ 140 140 /* In the future, two mechanism shall be separated from each other 141 - * and maintained independantly. Thanks for Lanhsin's reminder. */ 141 + * and maintained independently. Thanks for Lanhsin's reminder. */ 142 142 if (pdmpriv->DynamicTxHighPowerLvl == TxHighPwrLevel_Level1) { 143 143 TxAGC[RF_PATH_A] = 0x10101010; 144 144 TxAGC[RF_PATH_B] = 0x10101010; ··· 300 300 /* Currently, we cannot fully disable driver dynamic tx power mechanism 301 301 because it is referenced by BT coexist mechanism. */ 302 302 /* In the future, two mechanism shall be separated from each other and 303 - maintained independantly. Thanks for Lanhsin's reminder. */ 303 + maintained independently. Thanks for Lanhsin's reminder. */ 304 304 305 305 if (pdmpriv->DynamicTxHighPowerLvl == TxHighPwrLevel_Level1) 306 306 writeVal = 0x14141414;
+1 -1
drivers/staging/rtl8723au/hal/rtl8723au_xmit.c
··· 252 252 } 253 253 254 254 /* (1) The sequence number of each non-Qos frame / broadcast / multicast / */ 255 - /* mgnt frame should be controled by Hw because Fw will also send null data */ 255 + /* mgnt frame should be controlled by Hw because Fw will also send null data */ 256 256 /* which we cannot control when Fw LPS enable. */ 257 257 /* --> default enable non-Qos data sequense number. 2010.06.23. by tynli. */ 258 258 /* (2) Enable HW SEQ control for beacon packet, because we use Hw beacon. */
+1 -1
drivers/staging/rtl8723au/hal/usb_halinit.c
··· 360 360 /* 2010.09.08 hpfan */ 361 361 /* Since ADF is removed from RCR, ps-poll will not be indicate 362 362 to driver, */ 363 - /* RxFilterMap should mask ps-poll to gurantee AP mode can 363 + /* RxFilterMap should mask ps-poll to guarantee AP mode can 364 364 rx ps-poll. */ 365 365 /* value16 = 0x400; */ 366 366 /* rtl8723au_write16(Adapter, REG_RXFLTMAP1, value16); */
+1 -1
drivers/staging/rtl8723au/include/odm_debug.h
··· 22 22 /* Define the debug levels */ 23 23 /* */ 24 24 /* 1. DBG_TRACE and DBG_LOUD are used for normal cases. */ 25 - /* So that, they can help SW engineer to develope or trace states changed */ 25 + /* So that, they can help SW engineer to develop or trace states changed */ 26 26 /* and also help HW enginner to trace every operation to and from HW, */ 27 27 /* e.g IO, Tx, Rx. */ 28 28 /* */
+1 -1
drivers/staging/rtl8723au/include/rtl8723a_hal.h
··· 193 193 /* | | Reserved(14bytes) | */ 194 194 /* */ 195 195 196 - /* PG data exclude header, dummy 6 bytes frome CP test and reserved 1byte. */ 196 + /* PG data exclude header, dummy 6 bytes from CP test and reserved 1byte. */ 197 197 #define EFUSE_OOB_PROTECT_BYTES 15 198 198 199 199 #define EFUSE_REAL_CONTENT_LEN_8723A 512
+1 -1
drivers/staging/rtl8723au/include/rtw_cmd.h
··· 657 657 658 658 Result: 659 659 0x00: success 660 - 0x01: sucess, and check Response. 660 + 0x01: success, and check Response. 661 661 0x02: cmd ignored due to duplicated sequcne number 662 662 0x03: cmd dropped due to invalid cmd code 663 663 0x04: reserved.
+5 -5
drivers/staging/rtl8723au/include/rtw_mlme.h
··· 50 50 #define WIFI_SITE_MONITOR 0x00000800 51 51 52 52 #define WIFI_MP_STATE 0x00010000 53 - #define WIFI_MP_CTX_BACKGROUND 0x00020000 /* in continous tx background */ 54 - #define WIFI_MP_CTX_ST 0x00040000 /* in continous tx with single-tone */ 55 - #define WIFI_MP_CTX_BACKGROUND_PENDING 0x00080000 /* pending in continous tx background due to out of skb */ 56 - #define WIFI_MP_CTX_CCK_HW 0x00100000 /* in continous tx */ 57 - #define WIFI_MP_CTX_CCK_CS 0x00200000 /* in continous tx with carrier suppression */ 53 + #define WIFI_MP_CTX_BACKGROUND 0x00020000 /* in continuous tx background */ 54 + #define WIFI_MP_CTX_ST 0x00040000 /* in continuous tx with single-tone */ 55 + #define WIFI_MP_CTX_BACKGROUND_PENDING 0x00080000 /* pending in continuous tx background due to out of skb */ 56 + #define WIFI_MP_CTX_CCK_HW 0x00100000 /* in continuous tx */ 57 + #define WIFI_MP_CTX_CCK_CS 0x00200000 /* in continuous tx with carrier suppression */ 58 58 #define WIFI_MP_LPBK_STATE 0x00400000 59 59 60 60 #define _FW_UNDER_LINKING WIFI_UNDER_LINKING
+1 -1
drivers/staging/rtl8723au/include/rtw_mlme_ext.h
··· 103 103 /* Note: */ 104 104 /* We just add new channel plan when the new channel plan is different from any of the following */ 105 105 /* channel plan. */ 106 - /* If you just wnat to customize the acitions(scan period or join actions) about one of the channel plan, */ 106 + /* If you just want to customize the actions(scan period or join actions) about one of the channel plan, */ 107 107 /* customize them in struct rt_channel_info in the RT_CHANNEL_LIST. */ 108 108 /* */ 109 109 enum { /* _RT_CHANNEL_DOMAIN */
+1 -1
drivers/staging/rtl8723au/include/sta_info.h
··· 332 332 */ 333 333 struct sta_info *sta_aid[NUM_STA]; 334 334 335 - u16 sta_dz_bitmap;/* only support 15 stations, staion aid bitmap 335 + u16 sta_dz_bitmap;/* only support 15 stations, station aid bitmap 336 336 * for sleeping sta. */ 337 337 u16 tim_bitmap;/* only support 15 stations, 338 338 * aid=0~15 mapping bit0~bit15 */
+1 -1
drivers/staging/sm750fb/ddk750_help.h
··· 14 14 #warning "big endian on target cpu and enable nature big endian support of 718 capability !" 15 15 #define PEEK32(addr) __raw_readl(mmio750 + addr) 16 16 #define POKE32(addr,data) __raw_writel(data, mmio750 + addr) 17 - #else /* software control endianess */ 17 + #else /* software control endianness */ 18 18 #define PEEK32(addr) readl(addr + mmio750) 19 19 #define POKE32(addr,data) writel(data, addr + mmio750) 20 20 #endif
+1 -1
drivers/staging/sm750fb/ddk750_mode.c
··· 162 162 163 163 /* May a hardware bug or just my test chip (not confirmed). 164 164 * PANEL_DISPLAY_CTRL register seems requiring few writes 165 - * before a value can be succesfully written in. 165 + * before a value can be successfully written in. 166 166 * Added some masks to mask out the reserved bits. 167 167 * Note: This problem happens by design. The hardware will wait for the 168 168 * next vertical sync to turn on/off the plane.
+2 -2
drivers/staging/sm750fb/ddk750_reg.h
··· 1885 1885 #define DISPLAY_CONTROL_750LE 0x80288 1886 1886 /* Palette RAM */ 1887 1887 1888 - /* Panel Pallete register starts at 0x080400 ~ 0x0807FC */ 1888 + /* Panel Palette register starts at 0x080400 ~ 0x0807FC */ 1889 1889 #define PANEL_PALETTE_RAM 0x080400 1890 1890 1891 - /* Panel Pallete register starts at 0x080C00 ~ 0x080FFC */ 1891 + /* Panel Palette register starts at 0x080C00 ~ 0x080FFC */ 1892 1892 #define CRT_PALETTE_RAM 0x080C00 1893 1893 1894 1894 /* 2D registers
+2 -2
drivers/staging/sm750fb/ddk750_sii164.c
··· 256 256 257 257 258 258 259 - /* below sii164 function is not neccessary */ 259 + /* below sii164 function is not necessary */ 260 260 261 261 #ifdef SII164_FULL_FUNCTIONS 262 262 ··· 388 388 389 389 /* 390 390 * sii164CheckInterrupt 391 - * Checks if interrupt has occured. 391 + * Checks if interrupt has occurred. 392 392 * 393 393 * Output: 394 394 * 0 - No interrupt
+4 -4
drivers/staging/sm750fb/readme
··· 5 5 - 2D acceleration 6 6 - 16MB integrated video memory 7 7 8 - About the kernel module paramter of driver: 8 + About the kernel module parameter of driver: 9 9 10 10 Use 1280,8bpp index color and 60 hz mode: 11 11 insmod ./sm750fb.ko g_option="1280x1024-8@60" ··· 20 20 and user can use con2fb to link fbX and ttyX 21 21 22 22 Notes: 23 - 1) if you build the driver with built-in method, the paramter 23 + 1) if you build the driver with built-in method, the parameter 24 24 you edited in the grub config file will be also the 25 - same format as above modular method,but additionaly add 25 + same format as above modular method,but additionally add 26 26 "video=sm750fb:" 27 27 ahead of parameters,so,it looks like: 28 28 video=sm750fb:noaccel,1280x1024@60,otherparam,etc... 29 29 it equal to modular method with below command: 30 30 insmod ./sm750fb.ko g_option="noaccel:1280x1024@60:otherparm:etc..." 31 31 32 - 2) if you put 800x600 into the paramter without bpp and 32 + 2) if you put 800x600 into the parameter without bpp and 33 33 refresh rate, kernel driver will defaulty use 16bpp and 60hz 34 34 35 35 Important:
+6 -6
drivers/staging/sm750fb/sm750.c
··· 207 207 208 208 /* 209 209 * If not use spin_lock,system will die if user load driver 210 - * and immediatly unload driver frequently (dual) 210 + * and immediately unload driver frequently (dual) 211 211 */ 212 212 if (share->dual) 213 213 spin_lock(&share->slock); ··· 239 239 240 240 /* 241 241 * If not use spin_lock, system will die if user load driver 242 - * and immediatly unload driver frequently (dual) 242 + * and immediately unload driver frequently (dual) 243 243 */ 244 244 if (share->dual) 245 245 spin_lock(&share->slock); ··· 283 283 _do_work: 284 284 /* 285 285 * If not use spin_lock, system will die if user load driver 286 - * and immediatly unload driver frequently (dual) 286 + * and immediately unload driver frequently (dual) 287 287 */ 288 288 if (share->dual) 289 289 spin_lock(&share->slock); ··· 479 479 480 480 ret = pci_set_power_state(pdev, PCI_D0); 481 481 if (ret) { 482 - pr_err("error:%d occured in pci_set_power_state\n", ret); 482 + pr_err("error:%d occurred in pci_set_power_state\n", ret); 483 483 return ret; 484 484 } 485 485 ··· 488 488 pci_restore_state(pdev); 489 489 ret = pci_enable_device(pdev); 490 490 if (ret) { 491 - pr_err("error:%d occured in pci_enable_device\n", ret); 491 + pr_err("error:%d occurred in pci_enable_device\n", ret); 492 492 return ret; 493 493 } 494 494 pci_set_master(pdev); ··· 1170 1170 pr_err("Unable to setup MTRR.\n"); 1171 1171 } else { 1172 1172 share->mtrr.vram_added = 1; 1173 - pr_info("MTRR added succesfully\n"); 1173 + pr_info("MTRR added successfully\n"); 1174 1174 } 1175 1175 } 1176 1176 #endif
+2 -2
drivers/staging/sm750fb/sm750_accel.c
··· 246 246 #if 0 247 247 /* Program pitch (distance between the 1st points of two adjacent lines). 248 248 Note that input pitch is BYTE value, but the 2D Pitch register uses 249 - pixel values. Need Byte to pixel convertion. 249 + pixel values. Need Byte to pixel conversion. 250 250 */ 251 251 if(Bpp == 3){ 252 252 sx *= 3; ··· 362 362 #if 0 363 363 /* Program pitch (distance between the 1st points of two adjacent lines). 364 364 Note that input pitch is BYTE value, but the 2D Pitch register uses 365 - pixel values. Need Byte to pixel convertion. 365 + pixel values. Need Byte to pixel conversion. 366 366 */ 367 367 if(bytePerPixel == 3 ){ 368 368 dx *= 3;
+1 -1
drivers/staging/sm750fb/sm750_hw.h
··· 65 65 }; 66 66 67 67 /* sm750_share stands for a presentation of two frame buffer 68 - that use one sm750 adaptor, it is similiar to the super class of lynx_share 68 + that use one sm750 adaptor, it is similar to the super class of lynx_share 69 69 in C++ 70 70 */ 71 71
+1 -1
drivers/staging/unisys/include/guestlinuxdebug.h
··· 135 135 #define POSTCODE_SEVERITY_ERR DIAG_SEVERITY_ERR 136 136 #define POSTCODE_SEVERITY_WARNING DIAG_SEVERITY_WARNING 137 137 #define POSTCODE_SEVERITY_INFO DIAG_SEVERITY_PRINT /* TODO-> Info currently 138 - * doesnt show, so we 138 + * doesn't show, so we 139 139 * set info=warning */ 140 140 /* example call of POSTCODE_LINUX_2(VISOR_CHIPSET_PC, POSTCODE_SEVERITY_ERR); 141 141 * Please also note that the resulting postcode is in hex, so if you are
+1 -1
drivers/staging/vt6655/rxtx.c
··· 656 656 uRTSFrameLen -= 4; 657 657 } 658 658 659 - /* Note: So far RTSHead dosen't appear in ATIM & Beacom DMA, so we don't need to take them into account. 659 + /* Note: So far RTSHead doesn't appear in ATIM & Beacom DMA, so we don't need to take them into account. 660 660 Otherwise, we need to modify codes for them. */ 661 661 if (byPktType == PK_TYPE_11GB || byPktType == PK_TYPE_11GA) { 662 662 if (byFBOption == AUTO_FB_NONE) {