mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-03 12:38:08 +07:00
scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: deintializing||deinitializing deintialize||deinitialize deintialized||deinitialized Link: http://lkml.kernel.org/r/1481573103-11329-28-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
66f0044908
commit
1cce200081
@ -269,7 +269,7 @@ static int deinstantiate_rng(struct device *ctrldev, int state_handle_mask)
|
|||||||
/*
|
/*
|
||||||
* If the corresponding bit is set, then it means the state
|
* If the corresponding bit is set, then it means the state
|
||||||
* handle was initialized by us, and thus it needs to be
|
* handle was initialized by us, and thus it needs to be
|
||||||
* deintialized as well
|
* deinitialized as well
|
||||||
*/
|
*/
|
||||||
if ((1 << sh_idx) & state_handle_mask) {
|
if ((1 << sh_idx) & state_handle_mask) {
|
||||||
/*
|
/*
|
||||||
|
@ -516,7 +516,7 @@ static int rsi_probe(struct usb_interface *pfunction,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* rsi_disconnect() - This function performs the reverse of the probe function,
|
* rsi_disconnect() - This function performs the reverse of the probe function,
|
||||||
* it deintialize the driver structure.
|
* it deinitialize the driver structure.
|
||||||
* @pfunction: Pointer to the USB interface structure.
|
* @pfunction: Pointer to the USB interface structure.
|
||||||
*
|
*
|
||||||
* Return: None.
|
* Return: None.
|
||||||
|
@ -213,7 +213,7 @@ static void deinit_irq(struct net_device *dev)
|
|||||||
vif = netdev_priv(dev);
|
vif = netdev_priv(dev);
|
||||||
wilc = vif->wilc;
|
wilc = vif->wilc;
|
||||||
|
|
||||||
/* Deintialize IRQ */
|
/* Deinitialize IRQ */
|
||||||
if (wilc->dev_irq_num) {
|
if (wilc->dev_irq_num) {
|
||||||
free_irq(wilc->dev_irq_num, wilc);
|
free_irq(wilc->dev_irq_num, wilc);
|
||||||
gpio_free(wilc->gpio);
|
gpio_free(wilc->gpio);
|
||||||
|
@ -2357,7 +2357,7 @@ int wilc_deinit_host_int(struct net_device *net)
|
|||||||
del_timer_sync(&wilc_during_ip_timer);
|
del_timer_sync(&wilc_during_ip_timer);
|
||||||
|
|
||||||
if (s32Error)
|
if (s32Error)
|
||||||
netdev_err(net, "Error while deintializing host interface\n");
|
netdev_err(net, "Error while deinitializing host interface\n");
|
||||||
|
|
||||||
return s32Error;
|
return s32Error;
|
||||||
}
|
}
|
||||||
|
@ -322,6 +322,9 @@ defintion||definition
|
|||||||
defintions||definitions
|
defintions||definitions
|
||||||
defualt||default
|
defualt||default
|
||||||
defult||default
|
defult||default
|
||||||
|
deintializing||deinitializing
|
||||||
|
deintialize||deinitialize
|
||||||
|
deintialized||deinitialized
|
||||||
deivce||device
|
deivce||device
|
||||||
delared||declared
|
delared||declared
|
||||||
delare||declare
|
delare||declare
|
||||||
|
@ -506,7 +506,7 @@ static int acp_init(void __iomem *acp_mmio)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Deintialize ACP */
|
/* Deinitialize ACP */
|
||||||
static int acp_deinit(void __iomem *acp_mmio)
|
static int acp_deinit(void __iomem *acp_mmio)
|
||||||
{
|
{
|
||||||
u32 val;
|
u32 val;
|
||||||
|
Loading…
Reference in New Issue
Block a user