aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshemminger <shemminger>2006-01-31 19:53:48 +0000
committershemminger <shemminger>2006-01-31 19:53:48 +0000
commiteec7caa217f4f79b2965b4d7f5b266f81bb941d2 (patch)
tree6a3c08f865df1fd2858886c644042e14f13878b6
parent241b93ef8fb6761ed89871fc3d51531fba6c4845 (diff)
downloadandroid_external_brctl-eec7caa217f4f79b2965b4d7f5b266f81bb941d2.tar.gz
android_external_brctl-eec7caa217f4f79b2965b4d7f5b266f81bb941d2.tar.bz2
android_external_brctl-eec7caa217f4f79b2965b4d7f5b266f81bb941d2.zip
Fix up new sysfs code.
-rw-r--r--libbridge/libbridge_devif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbridge/libbridge_devif.c b/libbridge/libbridge_devif.c
index 793a6c8..6e4466e 100644
--- a/libbridge/libbridge_devif.c
+++ b/libbridge/libbridge_devif.c
@@ -36,7 +36,7 @@ static unsigned char getoctet(const char *cp)
}
#define BRIDGEATTR(_a) SYSFS_BRIDGE_ATTR "/" _a
-#define BRPORT(_a) SYSFS_BRIDE_PORT_ATTR "/" _a
+#define BRPORT(_a) SYSFS_BRIDGE_PORT_ATTR "/" _a
static void fetch_id(struct sysfs_class_device *dev,
const char *name, struct bridge_id *id)