Merge tag 'sound-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux-2.6-microblaze.git] / tools / gpio / gpio-hammer.c
index f1eab58..4bcb234 100644 (file)
@@ -38,7 +38,7 @@ int hammer_device(const char *device_name, unsigned int *lines, int nlines,
        memset(&data.values, 0, sizeof(data.values));
        ret = gpiotools_request_linehandle(device_name, lines, nlines,
                                           GPIOHANDLE_REQUEST_OUTPUT, &data,
-                                          "gpio-hammler");
+                                          "gpio-hammer");
        if (ret < 0)
                goto exit_error;
        else