Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / Documentation / ptp / testptp.c
index 6c6247aaa7b93a0a038e5f65b30679486b410cc2..5d2eae16f7ee5ef9ab2d9ecfc15deed3a3da97dd 100644 (file)
@@ -160,7 +160,8 @@ int main(int argc, char *argv[])
 
 
        char *progname;
-       int i, c, cnt, fd;
+       unsigned int i;
+       int c, cnt, fd;
 
        char *device = DEVICE;
        clockid_t clkid;
@@ -277,13 +278,15 @@ int main(int argc, char *argv[])
                               "  %d external time stamp channels\n"
                               "  %d programmable periodic signals\n"
                               "  %d pulse per second\n"
-                              "  %d programmable pins\n",
+                              "  %d programmable pins\n"
+                              "  %d cross timestamping\n",
                               caps.max_adj,
                               caps.n_alarm,
                               caps.n_ext_ts,
                               caps.n_per_out,
                               caps.pps,
-                              caps.n_pins);
+                              caps.n_pins,
+                              caps.cross_timestamping);
                }
        }
 
This page took 0.025288 seconds and 5 git commands to generate.