Remove unneeded newline from pr_info message.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2012-07-08 10:44:05 +02:00
parent 646bf8bc26
commit 3616692203
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ int main(int argc, char *argv[])
}
if (phc_index >= 0) {
pr_info("selected /dev/ptp%d as PTP clock\n", phc_index);
pr_info("selected /dev/ptp%d as PTP clock", phc_index);
}
ds.slaveOnly = FALSE;