trivial: fix typos "man[ae]g?ment" -> "management"
authorUwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
Thu, 23 Jul 2009 06:31:31 +0000 (08:31 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 21 Sep 2009 13:14:56 +0000 (15:14 +0200)
Signed-off-by: Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
18 files changed:
Documentation/DocBook/mtdnand.tmpl
Documentation/DocBook/scsi.tmpl
Documentation/scsi/ChangeLog.megaraid
Documentation/sound/alsa/HD-Audio-Models.txt
Documentation/trace/ftrace.txt
arch/arm/Makefile
arch/frv/lib/cache.S
arch/mn10300/include/asm/cacheflush.h
drivers/media/dvb/siano/smscoreapi.c
drivers/media/dvb/siano/smscoreapi.h
drivers/media/radio/radio-mr800.c
drivers/message/fusion/mptbase.c
drivers/net/macb.c
drivers/net/wireless/ath/ath5k/reg.h
drivers/net/wireless/atmel.c
drivers/usb/host/xhci.h
drivers/usb/wusbcore/wa-hc.h
include/linux/mISDNif.h

index 8e145857fc9dad52ff39f90dcac17015b4851fd0..df0d089d0fb9ff444e2bb665ff1227ab818fd7b1 100644 (file)
@@ -568,7 +568,7 @@ static void board_select_chip (struct mtd_info *mtd, int chip)
                        <para>
                                The blocks in which the tables are stored are procteted against
                                accidental access by marking them bad in the memory bad block
-                               table. The bad block table managment functions are allowed
+                               table. The bad block table management functions are allowed
                                to circumvernt this protection.
                        </para>
                        <para>
index 10a150ae2a7e383557c6d7c39be70353f500494f..d87f4569e7682a85bde0d34fafabdc96028430c2 100644 (file)
         <para>
           The SAS transport class contains common code to deal with SAS HBAs,
           an aproximated representation of SAS topologies in the driver model,
-          and various sysfs attributes to expose these topologies and managment
+          and various sysfs attributes to expose these topologies and management
           interfaces to userspace.
         </para>
         <para>
index eaa4801f2ce6aecfb0f7c1b3ca5f91ceb58341fd..38e9e7cadc9029ecdd1df470746fd0b41cc734c2 100644 (file)
@@ -514,7 +514,7 @@ iv. Remove yield() while mailbox handshake in synchronous commands
 
 v.     Remove redundant __megaraid_busywait_mbox routine
 
-vi.    Fix bug in the managment module, which causes a system lockup when the
+vi.    Fix bug in the management module, which causes a system lockup when the
        IO module is loaded and then unloaded, followed by executing any
        management utility. The current version of management module does not
        handle the adapter unregister properly.
index 97eebd63bedc453cc74e597e5873ec9adaeb1731..f1708b79f9637a39fe2926bd519bb562a789b8d3 100644 (file)
@@ -387,7 +387,7 @@ STAC92HD73*
 STAC92HD83*
 ===========
   ref          Reference board
-  mic-ref      Reference board with power managment for ports
+  mic-ref      Reference board with power management for ports
   dell-s14     Dell laptop
   auto         BIOS setup (default)
 
index 1b6292bbdd6dac91655057367681e1c733bf2a73..957b22fde2dfddac0bcf061d7af84259384f32f2 100644 (file)
@@ -133,7 +133,7 @@ of ftrace. Here is a list of some of the key files:
        than requested, the rest of the page will be used,
        making the actual allocation bigger than requested.
        ( Note, the size may not be a multiple of the page size
-         due to buffer managment overhead. )
+         due to buffer management overhead. )
 
        This can only be updated when the current_tracer
        is set to "nop".
index 7350557a81e0b7067f05130e747b9d342474f734..54661125a8bfff2b69a1daee5d6de3ae5ebd1395 100644 (file)
@@ -25,7 +25,7 @@ KBUILD_CFLAGS +=$(call cc-option,-marm,)
 # Select a platform tht is kept up-to-date
 KBUILD_DEFCONFIG := versatile_defconfig
 
-# defines filename extension depending memory manement type.
+# defines filename extension depending memory management type.
 ifeq ($(CONFIG_MMU),)
 MMUEXT         := -nommu
 endif
index 0e10ad8dc462dfa57b9e0ff0f9e5059df7605398..0c4fb204911b9147180d944f03776e80c3abd5d4 100644 (file)
@@ -1,4 +1,4 @@
-/* cache.S: cache managment routines
+/* cache.S: cache management routines
  *
  * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
  * Written by David Howells (dhowells@redhat.com)
index 2db746a251f878d84e5cb659df72feed0c1691d8..1a55d61f0d0645a94e1344e8881943623a059e92 100644 (file)
@@ -17,7 +17,7 @@
 #include <linux/mm.h>
 
 /*
- * virtually-indexed cache managment (our cache is physically indexed)
+ * virtually-indexed cache management (our cache is physically indexed)
  */
 #define flush_cache_all()                      do {} while (0)
 #define flush_cache_mm(mm)                     do {} while (0)
@@ -31,7 +31,7 @@
 #define flush_dcache_mmap_unlock(mapping)      do {} while (0)
 
 /*
- * physically-indexed cache managment
+ * physically-indexed cache management
  */
 #ifndef CONFIG_MN10300_CACHE_DISABLED
 
index bd9ab9d0d12a27d753f09dd79fcd882d0963d31f..fa6a62369a78361c81e6a06f650308b1ed0d5205 100644 (file)
@@ -1367,7 +1367,7 @@ int smscore_set_gpio(struct smscore_device_t *coredev, u32 pin, int level)
                                            &msg, sizeof(msg));
 }
 
-/* new GPIO managment implementation */
+/* new GPIO management implementation */
 static int GetGpioPinParams(u32 PinNum, u32 *pTranslatedPinNum,
                u32 *pGroupNum, u32 *pGroupCfg) {
 
index f1108c64e895eb4ad2914aebb41cb6ef78a5ab3d..eec18aaf551281e8691f0d6c7943402039417bc7 100644 (file)
@@ -657,12 +657,12 @@ struct smscore_buffer_t *smscore_getbuffer(struct smscore_device_t *coredev);
 extern void smscore_putbuffer(struct smscore_device_t *coredev,
                              struct smscore_buffer_t *cb);
 
-/* old GPIO managment */
+/* old GPIO management */
 int smscore_configure_gpio(struct smscore_device_t *coredev, u32 pin,
                           struct smscore_config_gpio *pinconfig);
 int smscore_set_gpio(struct smscore_device_t *coredev, u32 pin, int level);
 
-/* new GPIO managment */
+/* new GPIO management */
 extern int smscore_gpio_configure(struct smscore_device_t *coredev, u8 PinNum,
                struct smscore_gpio_config *pGpioConfig);
 extern int smscore_gpio_set_level(struct smscore_device_t *coredev, u8 PinNum,
index 575bf9d894193f83d465ced201bad022f1fb87b6..a1239083472dcb468a8eff54079de25b65f9f918 100644 (file)
@@ -46,7 +46,7 @@
  * Version 0.11:       Converted to v4l2_device.
  *
  * Many things to do:
- *     - Correct power managment of device (suspend & resume)
+ *     - Correct power management of device (suspend & resume)
  *     - Add code for scanning and smooth tuning
  *     - Add code for sensitivity value
  *     - Correct mistakes
index 76fa2ee0b574f0deec88a1aad673baf8a23b616a..610e914abe6cfc92bd83b097455f8f2f2e3b5cef 100644 (file)
@@ -6821,7 +6821,7 @@ mpt_print_ioc_summary(MPT_ADAPTER *ioc, char *buffer, int *size, int len, int sh
        *size = y;
 }
 /**
- *     mpt_set_taskmgmt_in_progress_flag - set flags associated with task managment
+ *     mpt_set_taskmgmt_in_progress_flag - set flags associated with task management
  *     @ioc: Pointer to MPT_ADAPTER structure
  *
  *     Returns 0 for SUCCESS or -1 if FAILED.
@@ -6854,7 +6854,7 @@ mpt_set_taskmgmt_in_progress_flag(MPT_ADAPTER *ioc)
 EXPORT_SYMBOL(mpt_set_taskmgmt_in_progress_flag);
 
 /**
- *     mpt_clear_taskmgmt_in_progress_flag - clear flags associated with task managment
+ *     mpt_clear_taskmgmt_in_progress_flag - clear flags associated with task management
  *     @ioc: Pointer to MPT_ADAPTER structure
  *
  **/
index fb65b427c69227231e125b882a6de80b6e741254..1d0d4d9ab623ee3a2504cc0b7c69620574aaf087 100644 (file)
@@ -241,7 +241,7 @@ static int macb_mii_init(struct macb *bp)
        struct eth_platform_data *pdata;
        int err = -ENXIO, i;
 
-       /* Enable managment port */
+       /* Enable management port */
        macb_writel(bp, NCR, MACB_BIT(MPE));
 
        bp->mii_bus = mdiobus_alloc();
index debad07d990072e30f9776de94c365a991fbc0b5..c63ea6afd96f1c1880a0cb62c884d9fec39ff150 100644 (file)
 #define AR5K_5414_CBCFG_BUF_DIS        0x10    /* Disable buffer */
 
 /*
- * PCI-E Power managment configuration
+ * PCI-E Power management configuration
  * and status register [5424+]
  */
 #define        AR5K_PCIE_PM_CTL                0x4068                  /* Register address */
index a3b36b3a9d676a76194bc806d6776b714768fc95..cce188837d10b03daa42f1cf4209d6e334493d70 100644 (file)
@@ -3330,7 +3330,7 @@ static void atmel_smooth_qual(struct atmel_private *priv)
        priv->wstats.qual.updated &= ~IW_QUAL_QUAL_INVALID;
 }
 
-/* deals with incoming managment frames. */
+/* deals with incoming management frames. */
 static void atmel_management_frame(struct atmel_private *priv,
                                   struct ieee80211_hdr *header,
                                   u16 frame_len, u8 rssi)
index d31d32206ba318fbf28ea23a105a0bfa81f82f92..ffe1625d4e1b3507eadd7f46b04a971b1c5e346d 100644 (file)
@@ -1150,7 +1150,7 @@ void xhci_dbg_cmd_ptrs(struct xhci_hcd *xhci);
 void xhci_dbg_ring_ptrs(struct xhci_hcd *xhci, struct xhci_ring *ring);
 void xhci_dbg_ctx(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx, unsigned int last_ep);
 
-/* xHCI memory managment */
+/* xHCI memory management */
 void xhci_mem_cleanup(struct xhci_hcd *xhci);
 int xhci_mem_init(struct xhci_hcd *xhci, gfp_t flags);
 void xhci_free_virt_device(struct xhci_hcd *xhci, int slot_id);
index 586d350cdb4d23c65e0ea4d05d9a007dfddd001e..d6bea3e0b54a3c3493bb4b6106aad0d80c294770 100644 (file)
@@ -47,7 +47,7 @@
  *             to an endpoint on a WUSB device that is connected to a
  *             HWA RC.
  *
- *  xfer       Transfer managment -- this is all the code that gets a
+ *  xfer       Transfer management -- this is all the code that gets a
  *             buffer and pushes it to a device (or viceversa). *
  *
  * Some day a lot of this code will be shared between this driver and
index 536ca12442ca5b0227b7e4c5b03f4038df67d268..78c3bed1c3f54f44557ad6c1285a85e28f4895c5 100644 (file)
 #define DL_UNITDATA_IND                0x3108
 #define DL_INFORMATION_IND     0x0008
 
-/* intern layer 2 managment */
+/* intern layer 2 management */
 #define MDL_ASSIGN_REQ         0x1804
 #define MDL_ASSIGN_IND         0x1904
 #define MDL_REMOVE_REQ         0x1A04