Loading drivers/bluetooth/ath3k.c +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ static int ath3k_load_syscfg(struct usb_device *udev) ret = ath3k_get_state(udev, &fw_state); if (ret < 0) { BT_ERR("Can't get state to change to load configration err"); BT_ERR("Can't get state to change to load configuration err"); return -EBUSY; } Loading drivers/devfreq/exynos4_bus.c +1 −1 Original line number Diff line number Diff line Loading @@ -636,7 +636,7 @@ static int exynos4_bus_target(struct device *dev, unsigned long *_freq, if (old_freq == freq) return 0; dev_dbg(dev, "targetting %lukHz %luuV\n", freq, opp_get_voltage(opp)); dev_dbg(dev, "targeting %lukHz %luuV\n", freq, opp_get_voltage(opp)); mutex_lock(&data->lock); Loading drivers/firewire/ohci.c +1 −1 Original line number Diff line number Diff line Loading @@ -329,7 +329,7 @@ module_param_named(quirks, param_quirks, int, 0644); MODULE_PARM_DESC(quirks, "Chip quirks (default = 0" ", nonatomic cycle timer = " __stringify(QUIRK_CYCLE_TIMER) ", reset packet generation = " __stringify(QUIRK_RESET_PACKET) ", AR/selfID endianess = " __stringify(QUIRK_BE_HEADERS) ", AR/selfID endianness = " __stringify(QUIRK_BE_HEADERS) ", no 1394a enhancements = " __stringify(QUIRK_NO_1394A) ", disable MSI = " __stringify(QUIRK_NO_MSI) ", TI SLLZ059 erratum = " __stringify(QUIRK_TI_SLLZ059) Loading drivers/gpu/drm/i915/i915_debugfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -1449,7 +1449,7 @@ static const char *swizzle_string(unsigned swizzle) case I915_BIT_6_SWIZZLE_9_10_17: return "bit9/bit10/bit17"; case I915_BIT_6_SWIZZLE_UNKNOWN: return "unkown"; return "unknown"; } return "bug"; Loading drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -982,7 +982,7 @@ static int qlcnic_check_npar_opertional(struct qlcnic_adapter *adapter) } if (!npar_opt_timeo) { dev_err(&adapter->pdev->dev, "Waiting for NPAR state to opertional timeout\n"); "Waiting for NPAR state to operational timeout\n"); return -EIO; } return 0; Loading Loading
drivers/bluetooth/ath3k.c +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ static int ath3k_load_syscfg(struct usb_device *udev) ret = ath3k_get_state(udev, &fw_state); if (ret < 0) { BT_ERR("Can't get state to change to load configration err"); BT_ERR("Can't get state to change to load configuration err"); return -EBUSY; } Loading
drivers/devfreq/exynos4_bus.c +1 −1 Original line number Diff line number Diff line Loading @@ -636,7 +636,7 @@ static int exynos4_bus_target(struct device *dev, unsigned long *_freq, if (old_freq == freq) return 0; dev_dbg(dev, "targetting %lukHz %luuV\n", freq, opp_get_voltage(opp)); dev_dbg(dev, "targeting %lukHz %luuV\n", freq, opp_get_voltage(opp)); mutex_lock(&data->lock); Loading
drivers/firewire/ohci.c +1 −1 Original line number Diff line number Diff line Loading @@ -329,7 +329,7 @@ module_param_named(quirks, param_quirks, int, 0644); MODULE_PARM_DESC(quirks, "Chip quirks (default = 0" ", nonatomic cycle timer = " __stringify(QUIRK_CYCLE_TIMER) ", reset packet generation = " __stringify(QUIRK_RESET_PACKET) ", AR/selfID endianess = " __stringify(QUIRK_BE_HEADERS) ", AR/selfID endianness = " __stringify(QUIRK_BE_HEADERS) ", no 1394a enhancements = " __stringify(QUIRK_NO_1394A) ", disable MSI = " __stringify(QUIRK_NO_MSI) ", TI SLLZ059 erratum = " __stringify(QUIRK_TI_SLLZ059) Loading
drivers/gpu/drm/i915/i915_debugfs.c +1 −1 Original line number Diff line number Diff line Loading @@ -1449,7 +1449,7 @@ static const char *swizzle_string(unsigned swizzle) case I915_BIT_6_SWIZZLE_9_10_17: return "bit9/bit10/bit17"; case I915_BIT_6_SWIZZLE_UNKNOWN: return "unkown"; return "unknown"; } return "bug"; Loading
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -982,7 +982,7 @@ static int qlcnic_check_npar_opertional(struct qlcnic_adapter *adapter) } if (!npar_opt_timeo) { dev_err(&adapter->pdev->dev, "Waiting for NPAR state to opertional timeout\n"); "Waiting for NPAR state to operational timeout\n"); return -EIO; } return 0; Loading