Updating package names so that package matches go_package.
This is better for consistent package references.
This is needed for the afrouter tests using voltha.pb

Change-Id: I4cfdf26456f92d8bce4fe5b40515ad7ac3d6747d
diff --git a/protos/voltha_protos/yang_options.proto b/protos/voltha_protos/yang_options.proto
index 25e6fa7..9c83149 100644
--- a/protos/voltha_protos/yang_options.proto
+++ b/protos/voltha_protos/yang_options.proto
@@ -19,7 +19,7 @@
 
 option go_package = "github.com/opencord/voltha-protos/go/common";
 
-package voltha;
+package common;
 
 import "google/protobuf/descriptor.proto";