Commit 3dbda77e6f3375f87090cfce97b2551d3723521b

Authored by Uwe Kleine-Koenig
Committed by Jiri Kosina
1 parent 31d0f84591

trivial: fix typos "man[ae]g?ment" -> "management"

Signed-off-by: Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 18 changed files with 21 additions and 21 deletions Side-by-side Diff

Documentation/DocBook/mtdnand.tmpl
... ... @@ -568,7 +568,7 @@
568 568 <para>
569 569 The blocks in which the tables are stored are procteted against
570 570 accidental access by marking them bad in the memory bad block
571   - table. The bad block table managment functions are allowed
  571 + table. The bad block table management functions are allowed
572 572 to circumvernt this protection.
573 573 </para>
574 574 <para>
Documentation/DocBook/scsi.tmpl
... ... @@ -317,7 +317,7 @@
317 317 <para>
318 318 The SAS transport class contains common code to deal with SAS HBAs,
319 319 an aproximated representation of SAS topologies in the driver model,
320   - and various sysfs attributes to expose these topologies and managment
  320 + and various sysfs attributes to expose these topologies and management
321 321 interfaces to userspace.
322 322 </para>
323 323 <para>
Documentation/scsi/ChangeLog.megaraid
... ... @@ -514,7 +514,7 @@
514 514  
515 515 v. Remove redundant __megaraid_busywait_mbox routine
516 516  
517   -vi. Fix bug in the managment module, which causes a system lockup when the
  517 +vi. Fix bug in the management module, which causes a system lockup when the
518 518 IO module is loaded and then unloaded, followed by executing any
519 519 management utility. The current version of management module does not
520 520 handle the adapter unregister properly.
Documentation/sound/alsa/HD-Audio-Models.txt
... ... @@ -387,7 +387,7 @@
387 387 STAC92HD83*
388 388 ===========
389 389 ref Reference board
390   - mic-ref Reference board with power managment for ports
  390 + mic-ref Reference board with power management for ports
391 391 dell-s14 Dell laptop
392 392 auto BIOS setup (default)
393 393  
Documentation/trace/ftrace.txt
... ... @@ -133,7 +133,7 @@
133 133 than requested, the rest of the page will be used,
134 134 making the actual allocation bigger than requested.
135 135 ( Note, the size may not be a multiple of the page size
136   - due to buffer managment overhead. )
  136 + due to buffer management overhead. )
137 137  
138 138 This can only be updated when the current_tracer
139 139 is set to "nop".
... ... @@ -25,7 +25,7 @@
25 25 # Select a platform tht is kept up-to-date
26 26 KBUILD_DEFCONFIG := versatile_defconfig
27 27  
28   -# defines filename extension depending memory manement type.
  28 +# defines filename extension depending memory management type.
29 29 ifeq ($(CONFIG_MMU),)
30 30 MMUEXT := -nommu
31 31 endif
arch/frv/lib/cache.S
1   -/* cache.S: cache managment routines
  1 +/* cache.S: cache management routines
2 2 *
3 3 * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
4 4 * Written by David Howells (dhowells@redhat.com)
arch/mn10300/include/asm/cacheflush.h
... ... @@ -17,7 +17,7 @@
17 17 #include <linux/mm.h>
18 18  
19 19 /*
20   - * virtually-indexed cache managment (our cache is physically indexed)
  20 + * virtually-indexed cache management (our cache is physically indexed)
21 21 */
22 22 #define flush_cache_all() do {} while (0)
23 23 #define flush_cache_mm(mm) do {} while (0)
... ... @@ -31,7 +31,7 @@
31 31 #define flush_dcache_mmap_unlock(mapping) do {} while (0)
32 32  
33 33 /*
34   - * physically-indexed cache managment
  34 + * physically-indexed cache management
35 35 */
36 36 #ifndef CONFIG_MN10300_CACHE_DISABLED
37 37  
drivers/media/dvb/siano/smscoreapi.c
... ... @@ -1367,7 +1367,7 @@
1367 1367 &msg, sizeof(msg));
1368 1368 }
1369 1369  
1370   -/* new GPIO managment implementation */
  1370 +/* new GPIO management implementation */
1371 1371 static int GetGpioPinParams(u32 PinNum, u32 *pTranslatedPinNum,
1372 1372 u32 *pGroupNum, u32 *pGroupCfg) {
1373 1373  
drivers/media/dvb/siano/smscoreapi.h
... ... @@ -657,12 +657,12 @@
657 657 extern void smscore_putbuffer(struct smscore_device_t *coredev,
658 658 struct smscore_buffer_t *cb);
659 659  
660   -/* old GPIO managment */
  660 +/* old GPIO management */
661 661 int smscore_configure_gpio(struct smscore_device_t *coredev, u32 pin,
662 662 struct smscore_config_gpio *pinconfig);
663 663 int smscore_set_gpio(struct smscore_device_t *coredev, u32 pin, int level);
664 664  
665   -/* new GPIO managment */
  665 +/* new GPIO management */
666 666 extern int smscore_gpio_configure(struct smscore_device_t *coredev, u8 PinNum,
667 667 struct smscore_gpio_config *pGpioConfig);
668 668 extern int smscore_gpio_set_level(struct smscore_device_t *coredev, u8 PinNum,
drivers/media/radio/radio-mr800.c
... ... @@ -46,7 +46,7 @@
46 46 * Version 0.11: Converted to v4l2_device.
47 47 *
48 48 * Many things to do:
49   - * - Correct power managment of device (suspend & resume)
  49 + * - Correct power management of device (suspend & resume)
50 50 * - Add code for scanning and smooth tuning
51 51 * - Add code for sensitivity value
52 52 * - Correct mistakes
drivers/message/fusion/mptbase.c
... ... @@ -6821,7 +6821,7 @@
6821 6821 *size = y;
6822 6822 }
6823 6823 /**
6824   - * mpt_set_taskmgmt_in_progress_flag - set flags associated with task managment
  6824 + * mpt_set_taskmgmt_in_progress_flag - set flags associated with task management
6825 6825 * @ioc: Pointer to MPT_ADAPTER structure
6826 6826 *
6827 6827 * Returns 0 for SUCCESS or -1 if FAILED.
... ... @@ -6854,7 +6854,7 @@
6854 6854 EXPORT_SYMBOL(mpt_set_taskmgmt_in_progress_flag);
6855 6855  
6856 6856 /**
6857   - * mpt_clear_taskmgmt_in_progress_flag - clear flags associated with task managment
  6857 + * mpt_clear_taskmgmt_in_progress_flag - clear flags associated with task management
6858 6858 * @ioc: Pointer to MPT_ADAPTER structure
6859 6859 *
6860 6860 **/
... ... @@ -241,7 +241,7 @@
241 241 struct eth_platform_data *pdata;
242 242 int err = -ENXIO, i;
243 243  
244   - /* Enable managment port */
  244 + /* Enable management port */
245 245 macb_writel(bp, NCR, MACB_BIT(MPE));
246 246  
247 247 bp->mii_bus = mdiobus_alloc();
drivers/net/wireless/ath/ath5k/reg.h
... ... @@ -982,7 +982,7 @@
982 982 #define AR5K_5414_CBCFG_BUF_DIS 0x10 /* Disable buffer */
983 983  
984 984 /*
985   - * PCI-E Power managment configuration
  985 + * PCI-E Power management configuration
986 986 * and status register [5424+]
987 987 */
988 988 #define AR5K_PCIE_PM_CTL 0x4068 /* Register address */
drivers/net/wireless/atmel.c
... ... @@ -3330,7 +3330,7 @@
3330 3330 priv->wstats.qual.updated &= ~IW_QUAL_QUAL_INVALID;
3331 3331 }
3332 3332  
3333   -/* deals with incoming managment frames. */
  3333 +/* deals with incoming management frames. */
3334 3334 static void atmel_management_frame(struct atmel_private *priv,
3335 3335 struct ieee80211_hdr *header,
3336 3336 u16 frame_len, u8 rssi)
drivers/usb/host/xhci.h
... ... @@ -1150,7 +1150,7 @@
1150 1150 void xhci_dbg_ring_ptrs(struct xhci_hcd *xhci, struct xhci_ring *ring);
1151 1151 void xhci_dbg_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx, unsigned int last_ep);
1152 1152  
1153   -/* xHCI memory managment */
  1153 +/* xHCI memory management */
1154 1154 void xhci_mem_cleanup(struct xhci_hcd *xhci);
1155 1155 int xhci_mem_init(struct xhci_hcd *xhci, gfp_t flags);
1156 1156 void xhci_free_virt_device(struct xhci_hcd *xhci, int slot_id);
drivers/usb/wusbcore/wa-hc.h
... ... @@ -47,7 +47,7 @@
47 47 * to an endpoint on a WUSB device that is connected to a
48 48 * HWA RC.
49 49 *
50   - * xfer Transfer managment -- this is all the code that gets a
  50 + * xfer Transfer management -- this is all the code that gets a
51 51 * buffer and pushes it to a device (or viceversa). *
52 52 *
53 53 * Some day a lot of this code will be shared between this driver and
include/linux/mISDNif.h
... ... @@ -104,7 +104,7 @@
104 104 #define DL_UNITDATA_IND 0x3108
105 105 #define DL_INFORMATION_IND 0x0008
106 106  
107   -/* intern layer 2 managment */
  107 +/* intern layer 2 management */
108 108 #define MDL_ASSIGN_REQ 0x1804
109 109 #define MDL_ASSIGN_IND 0x1904
110 110 #define MDL_REMOVE_REQ 0x1A04