···568568 <para>569569 The blocks in which the tables are stored are procteted against570570 accidental access by marking them bad in the memory bad block571571- table. The bad block table managment functions are allowed571571+ table. The bad block table management functions are allowed572572 to circumvernt this protection.573573 </para>574574 <para>
+1-1
Documentation/DocBook/scsi.tmpl
···317317 <para>318318 The SAS transport class contains common code to deal with SAS HBAs,319319 an aproximated representation of SAS topologies in the driver model,320320- and various sysfs attributes to expose these topologies and managment320320+ and various sysfs attributes to expose these topologies and management321321 interfaces to userspace.322322 </para>323323 <para>
+1-1
Documentation/scsi/ChangeLog.megaraid
···514514515515v. Remove redundant __megaraid_busywait_mbox routine516516517517-vi. Fix bug in the managment module, which causes a system lockup when the517517+vi. Fix bug in the management module, which causes a system lockup when the518518 IO module is loaded and then unloaded, followed by executing any519519 management utility. The current version of management module does not520520 handle the adapter unregister properly.
+1-1
Documentation/sound/alsa/HD-Audio-Models.txt
···387387STAC92HD83*388388===========389389 ref Reference board390390- mic-ref Reference board with power managment for ports390390+ mic-ref Reference board with power management for ports391391 dell-s14 Dell laptop392392 auto BIOS setup (default)393393
+1-1
Documentation/trace/ftrace.txt
···133133 than requested, the rest of the page will be used,134134 making the actual allocation bigger than requested.135135 ( Note, the size may not be a multiple of the page size136136- due to buffer managment overhead. )136136+ due to buffer management overhead. )137137138138 This can only be updated when the current_tracer139139 is set to "nop".
···11-/* cache.S: cache managment routines11+/* cache.S: cache management routines22 *33 * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.44 * Written by David Howells (dhowells@redhat.com)
+2-2
arch/mn10300/include/asm/cacheflush.h
···1717#include <linux/mm.h>18181919/*2020- * virtually-indexed cache managment (our cache is physically indexed)2020+ * virtually-indexed cache management (our cache is physically indexed)2121 */2222#define flush_cache_all() do {} while (0)2323#define flush_cache_mm(mm) do {} while (0)···3131#define flush_dcache_mmap_unlock(mapping) do {} while (0)32323333/*3434- * physically-indexed cache managment3434+ * physically-indexed cache management3535 */3636#ifndef CONFIG_MN10300_CACHE_DISABLED3737
+1-1
drivers/media/dvb/siano/smscoreapi.c
···13671367 &msg, sizeof(msg));13681368}1369136913701370-/* new GPIO managment implementation */13701370+/* new GPIO management implementation */13711371static int GetGpioPinParams(u32 PinNum, u32 *pTranslatedPinNum,13721372 u32 *pGroupNum, u32 *pGroupCfg) {13731373
+2-2
drivers/media/dvb/siano/smscoreapi.h
···657657extern void smscore_putbuffer(struct smscore_device_t *coredev,658658 struct smscore_buffer_t *cb);659659660660-/* old GPIO managment */660660+/* old GPIO management */661661int smscore_configure_gpio(struct smscore_device_t *coredev, u32 pin,662662 struct smscore_config_gpio *pinconfig);663663int smscore_set_gpio(struct smscore_device_t *coredev, u32 pin, int level);664664665665-/* new GPIO managment */665665+/* new GPIO management */666666extern int smscore_gpio_configure(struct smscore_device_t *coredev, u8 PinNum,667667 struct smscore_gpio_config *pGpioConfig);668668extern int smscore_gpio_set_level(struct smscore_device_t *coredev, u8 PinNum,
+1-1
drivers/media/radio/radio-mr800.c
···4646 * Version 0.11: Converted to v4l2_device.4747 *4848 * Many things to do:4949- * - Correct power managment of device (suspend & resume)4949+ * - Correct power management of device (suspend & resume)5050 * - Add code for scanning and smooth tuning5151 * - Add code for sensitivity value5252 * - Correct mistakes
+2-2
drivers/message/fusion/mptbase.c
···68216821 *size = y;68226822}68236823/**68246824- * mpt_set_taskmgmt_in_progress_flag - set flags associated with task managment68246824+ * mpt_set_taskmgmt_in_progress_flag - set flags associated with task management68256825 * @ioc: Pointer to MPT_ADAPTER structure68266826 *68276827 * Returns 0 for SUCCESS or -1 if FAILED.···68546854EXPORT_SYMBOL(mpt_set_taskmgmt_in_progress_flag);6855685568566856/**68576857- * mpt_clear_taskmgmt_in_progress_flag - clear flags associated with task managment68576857+ * mpt_clear_taskmgmt_in_progress_flag - clear flags associated with task management68586858 * @ioc: Pointer to MPT_ADAPTER structure68596859 *68606860 **/
+1-1
drivers/net/macb.c
···241241 struct eth_platform_data *pdata;242242 int err = -ENXIO, i;243243244244- /* Enable managment port */244244+ /* Enable management port */245245 macb_writel(bp, NCR, MACB_BIT(MPE));246246247247 bp->mii_bus = mdiobus_alloc();
+1-1
drivers/net/wireless/ath/ath5k/reg.h
···982982#define AR5K_5414_CBCFG_BUF_DIS 0x10 /* Disable buffer */983983984984/*985985- * PCI-E Power managment configuration985985+ * PCI-E Power management configuration986986 * and status register [5424+]987987 */988988#define AR5K_PCIE_PM_CTL 0x4068 /* Register address */
···4747 * to an endpoint on a WUSB device that is connected to a4848 * HWA RC.4949 *5050- * xfer Transfer managment -- this is all the code that gets a5050+ * xfer Transfer management -- this is all the code that gets a5151 * buffer and pushes it to a device (or viceversa). *5252 *5353 * Some day a lot of this code will be shared between this driver and