]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/gpio/pca953x.c
Merge branch 'master' of /home/wd/git/u-boot/custodians
[karo-tx-uboot.git] / drivers / gpio / pca953x.c
index f80baeb1fa63a2359f32fea2a6a9bfdb26464f0d..e8273ee363dcfedf34c6be5b26048dadd48a26b1 100644 (file)
@@ -209,7 +209,7 @@ int do_pca953x(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD(
        pca953x,        5,      1,      do_pca953x,
-       "pca953x        - pca953x gpio access\n",
+       "pca953x gpio access",
        "device [dev]\n"
        "       - show or set current device address\n"
 #ifdef CONFIG_CMD_PCA953X_INFO
@@ -221,7 +221,7 @@ U_BOOT_CMD(
        "pca953x invert pin 0|1\n"
        "       - disable/enable polarity inversion for reads\n"
        "pca953x intput pin\n"
-       "       - set pin as input and read value\n"
+       "       - set pin as input and read value"
 );
 
 #endif /* CONFIG_CMD_PCA953X */