diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-27 07:31:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-27 07:31:54 +0000 |
commit | 734060844dd8dce3c6e75e92956b3a86a82b62bf (patch) | |
tree | 32a27a124c9e1b1a3f0f8e7d80ad684f40eb1a30 /sys | |
parent | 3be922445170f55220025e542b59bad36da7293a (diff) |
the name belongs in "quotes"
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/i2c/i2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/i2c.c b/sys/dev/i2c/i2c.c index 732929f8aa4..9439ecb7869 100644 --- a/sys/dev/i2c/i2c.c +++ b/sys/dev/i2c/i2c.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i2c.c,v 1.7 2005/12/26 03:52:07 deraadt Exp $ */ +/* $OpenBSD: i2c.c,v 1.8 2005/12/27 07:31:53 deraadt Exp $ */ /* $NetBSD: i2c.c,v 1.1 2003/09/30 00:35:31 thorpej Exp $ */ /* @@ -73,7 +73,7 @@ iicbus_print(void *aux, const char *pnp) struct i2cbus_attach_args *iba = aux; if (pnp != NULL) - printf("%s at %s", iba->iba_name, pnp); + printf("\"%s\" at %s", iba->iba_name, pnp); return (UNCONF); } |