aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/rmi/xlr_i2c.c
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-10-22 03:00:37 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-10-22 03:00:37 +0000
commitdb702c59cf2577cd10e82ed61282fef3e840f877 (patch)
treec45117cffaa16d0c405fe18e0a22e5a403277232 /sys/mips/rmi/xlr_i2c.c
parent68ea9fd7d656aac31b647c15aa0867ba99bd0bb6 (diff)
downloadsrc-db702c59cf2577cd10e82ed61282fef3e840f877.tar.gz
src-db702c59cf2577cd10e82ed61282fef3e840f877.zip
remove duplicate semicolons where possible.
Approved by: cperciva MFC after: 1 week
Notes
Notes: svn path=/head/; revision=241844
Diffstat (limited to 'sys/mips/rmi/xlr_i2c.c')
-rw-r--r--sys/mips/rmi/xlr_i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/rmi/xlr_i2c.c b/sys/mips/rmi/xlr_i2c.c
index eca41226cd80..96f982066702 100644
--- a/sys/mips/rmi/xlr_i2c.c
+++ b/sys/mips/rmi/xlr_i2c.c
@@ -332,7 +332,7 @@ retry:
continue;
if (pos >= len)
- break;;
+ break;
}
*sent = len - 1;
return 0;